Serializable, org.refcodes.exception.ErrorCodeAccessor, org.refcodes.exception.Trap, org.refcodes.mixin.StatusCodeAccessor<HttpStatusCode>public class NotFoundException extends HttpStatusException
org.refcodes.exception.ErrorCodeAccessor.ErrorCodeBuilder<B extends org.refcodes.exception.ErrorCodeAccessor.ErrorCodeBuilder<B>>, org.refcodes.exception.ErrorCodeAccessor.ErrorCodeMutator, org.refcodes.exception.ErrorCodeAccessor.ErrorCodePropertyorg.refcodes.mixin.StatusCodeAccessor.StatusCodeBuilder<SC extends Object,B extends org.refcodes.mixin.StatusCodeAccessor.StatusCodeBuilder<SC,B>>, org.refcodes.mixin.StatusCodeAccessor.StatusCodeMutator<SC extends Object>, org.refcodes.mixin.StatusCodeAccessor.StatusCodeProperty<SC extends Object>| Constructor | Description |
|---|---|
NotFoundException(String message) |
Instantiates a new not found exception.
|
NotFoundException(String aMessage,
String aErrorCode) |
Instantiates a new not found exception.
|
NotFoundException(String message,
Throwable cause) |
Instantiates a new not found exception.
|
NotFoundException(String aMessage,
Throwable aCause,
String aErrorCode) |
Instantiates a new not found exception.
|
NotFoundException(Throwable cause) |
Instantiates a new not found exception.
|
NotFoundException(Throwable aCause,
String aErrorCode) |
Instantiates a new not found exception.
|
getStatusCodeclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic NotFoundException(String aMessage, String aErrorCode)
aMessage - the messageaErrorCode - the error codepublic NotFoundException(String aMessage, Throwable aCause, String aErrorCode)
aMessage - the messageaCause - the causeaErrorCode - the error codepublic NotFoundException(String message, Throwable cause)
message - the messagecause - the causepublic NotFoundException(String message)
message - the messagepublic NotFoundException(Throwable aCause, String aErrorCode)
aCause - the causeaErrorCode - the error codepublic NotFoundException(Throwable cause)
cause - the causeCopyright © 2018. All rights reserved.