Serializable, org.refcodes.mixin.KeyAccessor<String>public class KeyNotFoundException extends StructureException implements org.refcodes.mixin.KeyAccessor<String>
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.KeyAccessor.KeyBuilder<K extends Object,B extends org.refcodes.mixin.KeyAccessor.KeyBuilder<K,B>>, org.refcodes.mixin.KeyAccessor.KeyMutator<K extends Object>, org.refcodes.mixin.KeyAccessor.KeyProperty<K extends Object>| Constructor | Description |
|---|---|
KeyNotFoundException(String aKey,
String message) |
Instantiates a new net runtime exception.
|
KeyNotFoundException(String aKey,
String aMessage,
String aErrorCode) |
Instantiates a new net runtime exception.
|
KeyNotFoundException(String aKey,
String message,
Throwable cause) |
Instantiates a new net runtime exception.
|
KeyNotFoundException(String aKey,
String aMessage,
Throwable aCause,
String aErrorCode) |
Instantiates a new net runtime exception.
|
KeyNotFoundException(String aKey,
Throwable cause) |
Instantiates a new net runtime exception.
|
KeyNotFoundException(String aKey,
Throwable aCause,
String aErrorCode) |
Instantiates a new net runtime exception.
|
| Modifier and Type | Method | Description |
|---|---|---|
String |
getKey() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic KeyNotFoundException(String aKey, String aMessage, String aErrorCode)
aKey - The key which has not been found.aMessage - the messageaErrorCode - the error codepublic KeyNotFoundException(String aKey, String aMessage, Throwable aCause, String aErrorCode)
aKey - The key which has not been found.aMessage - the messageaCause - the causeaErrorCode - the error codepublic KeyNotFoundException(String aKey, String message, Throwable cause)
aKey - The key which has not been found.message - the messagecause - the causepublic KeyNotFoundException(String aKey, String message)
aKey - The key which has not been found.message - the messagepublic KeyNotFoundException(String aKey, Throwable aCause, String aErrorCode)
aKey - The key which has not been found.aCause - the causeaErrorCode - the error codeCopyright © 2021. All rights reserved.