Serializable, org.refcodes.exception.ErrorCodeAccessor, org.refcodes.exception.Trap, org.refcodes.mixin.UniversalIdAccessorpublic class CipherUidAlreadyInUseException extends ForwardSecrecyException
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.UniversalIdAccessor.UniversalIdBuilder<B extends org.refcodes.mixin.UniversalIdAccessor.UniversalIdBuilder<B>>, org.refcodes.mixin.UniversalIdAccessor.UniversalIdMutator, org.refcodes.mixin.UniversalIdAccessor.UniversalIdProperty| Constructor | Description |
|---|---|
CipherUidAlreadyInUseException(String aUid,
String message) |
Instantiates a new cipher Universal-ID already in use exception.
|
CipherUidAlreadyInUseException(String aUid,
String aMessage,
String aErrorCode) |
Instantiates a new cipher Universal-ID already in use exception.
|
CipherUidAlreadyInUseException(String aUid,
String message,
Throwable cause) |
Instantiates a new cipher Universal-ID already in use exception.
|
CipherUidAlreadyInUseException(String aUid,
String aMessage,
Throwable aCause,
String aErrorCode) |
Instantiates a new cipher Universal-ID already in use exception.
|
CipherUidAlreadyInUseException(String aUid,
Throwable cause) |
Instantiates a new cipher Universal-ID already in use exception.
|
CipherUidAlreadyInUseException(String aUid,
Throwable aCause,
String aErrorCode) |
Instantiates a new cipher Universal-ID already in use exception.
|
| Modifier and Type | Method | Description |
|---|---|---|
String |
getUniversalId() |
Gets the Universal-ID.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic CipherUidAlreadyInUseException(String aUid, String aMessage, String aErrorCode)
aUid - the Universal-IDaMessage - the messageaErrorCode - the error codepublic CipherUidAlreadyInUseException(String aUid, String aMessage, Throwable aCause, String aErrorCode)
aUid - the Universal-IDaMessage - the messageaCause - the causeaErrorCode - the error codepublic CipherUidAlreadyInUseException(String aUid, String message, Throwable cause)
aUid - the Universal-IDmessage - the messagecause - the causepublic CipherUidAlreadyInUseException(String aUid, String message)
aUid - the Universal-IDmessage - the messagepublic CipherUidAlreadyInUseException(String aUid, Throwable aCause, String aErrorCode)
aUid - the Universal-IDaCause - the causeaErrorCode - the error codepublic String getUniversalId()
getUniversalId in interface org.refcodes.mixin.UniversalIdAccessorCopyright © 2018. All rights reserved.