public class ODataApplicationException extends ODataException
Constructor and Description |
---|
ODataApplicationException(String msg,
int statusCode,
Locale locale) |
ODataApplicationException(String msg,
int statusCode,
Locale locale,
String oDataErrorCode) |
ODataApplicationException(String msg,
int statusCode,
Locale locale,
Throwable cause) |
ODataApplicationException(String msg,
int statusCode,
Locale locale,
Throwable cause,
String oDataErrorCode) |
Modifier and Type | Method and Description |
---|---|
Locale |
getLocale() |
String |
getODataErrorCode() |
int |
getStatusCode() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public ODataApplicationException(String msg, int statusCode, Locale locale)
public ODataApplicationException(String msg, int statusCode, Locale locale, String oDataErrorCode)
public ODataApplicationException(String msg, int statusCode, Locale locale, Throwable cause)
Copyright © 2013–2014 The Apache Software Foundation. All rights reserved.