Serializable, org.refcodes.exception.ErrorCodeAccessor, org.refcodes.exception.Trap, org.refcodes.mixin.StatusCodeAccessor<HttpStatusCode>public class InternalServerErrorRuntimeException extends HttpStatusRuntimeException
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 |
|---|---|
InternalServerErrorRuntimeException(String message) |
Instantiates a new internal server error runtime exception.
|
InternalServerErrorRuntimeException(String aMessage,
String aErrorCode) |
Instantiates a new internal server error runtime exception.
|
InternalServerErrorRuntimeException(String message,
Throwable cause) |
Instantiates a new internal server error runtime exception.
|
InternalServerErrorRuntimeException(String aMessage,
Throwable aCause,
String aErrorCode) |
Instantiates a new internal server error runtime exception.
|
InternalServerErrorRuntimeException(Throwable cause) |
Instantiates a new internal server error runtime exception.
|
InternalServerErrorRuntimeException(Throwable aCause,
String aErrorCode) |
Instantiates a new internal server error runtime exception.
|
getStatusCodeclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic InternalServerErrorRuntimeException(String aMessage, String aErrorCode)
aMessage - the messageaErrorCode - the error codepublic InternalServerErrorRuntimeException(String aMessage, Throwable aCause, String aErrorCode)
aMessage - the messageaCause - the causeaErrorCode - the error codepublic InternalServerErrorRuntimeException(String message, Throwable cause)
message - the messagecause - the causepublic InternalServerErrorRuntimeException(String message)
message - the messagepublic InternalServerErrorRuntimeException(Throwable aCause, String aErrorCode)
aCause - the causeaErrorCode - the error codepublic InternalServerErrorRuntimeException(Throwable cause)
cause - the causeCopyright © 2018. All rights reserved.