|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.apache.olingo.odata2.api.exception.ODataException
org.apache.olingo.odata2.api.exception.ODataMessageException
org.apache.olingo.odata2.api.exception.ODataHttpException
org.apache.olingo.odata2.api.exception.ODataPreconditionRequiredException
public class ODataPreconditionRequiredException
Exceptions of this class will result in a HTTP status 428 precondition required
Field Summary | |
---|---|
static MessageReference |
COMMON
|
Fields inherited from class org.apache.olingo.odata2.api.exception.ODataHttpException |
---|
httpStatus |
Fields inherited from class org.apache.olingo.odata2.api.exception.ODataMessageException |
---|
errorCode, messageReference |
Constructor Summary | |
---|---|
ODataPreconditionRequiredException(MessageReference context)
|
|
ODataPreconditionRequiredException(MessageReference context,
String errorCode)
|
|
ODataPreconditionRequiredException(MessageReference context,
Throwable cause)
|
|
ODataPreconditionRequiredException(MessageReference context,
Throwable cause,
String errorCode)
|
Method Summary |
---|
Methods inherited from class org.apache.olingo.odata2.api.exception.ODataHttpException |
---|
getHttpStatus |
Methods inherited from class org.apache.olingo.odata2.api.exception.ODataMessageException |
---|
createMessageReference, getErrorCode, getMessage, getMessageReference |
Methods inherited from class org.apache.olingo.odata2.api.exception.ODataException |
---|
getApplicationExceptionCause, getHttpExceptionCause, getMessageExceptionCause, isCausedByApplicationException, isCausedByHttpException, isCausedByMessageException |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final MessageReference COMMON
Constructor Detail |
---|
public ODataPreconditionRequiredException(MessageReference context)
public ODataPreconditionRequiredException(MessageReference context, Throwable cause)
public ODataPreconditionRequiredException(MessageReference context, String errorCode)
public ODataPreconditionRequiredException(MessageReference context, Throwable cause, String errorCode)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |