public class CipherUidAlreadyInUseException extends ForwardSecrecyException
org.refcodes.mixin.UniversalIdAccessor.UniversalIdMutator, org.refcodes.mixin.UniversalIdAccessor.UniversalIdPropertyorg.refcodes.exception.ErrorCodeAccessor.ErrorCodeBuilder<B extends org.refcodes.exception.ErrorCodeAccessor.ErrorCodeBuilder<B>>, org.refcodes.exception.ErrorCodeAccessor.ErrorCodeMutator, org.refcodes.exception.ErrorCodeAccessor.ErrorCodeProperty| Constructor and Description |
|---|
CipherUidAlreadyInUseException(String aUid,
String message)
Instantiates a new cipher uid already in use exception.
|
CipherUidAlreadyInUseException(String aUid,
String aMessage,
String aErrorCode)
Instantiates a new cipher uid already in use exception.
|
CipherUidAlreadyInUseException(String aUid,
String message,
Throwable cause)
Instantiates a new cipher uid already in use exception.
|
CipherUidAlreadyInUseException(String aUid,
String aMessage,
Throwable aCause,
String aErrorCode)
Instantiates a new cipher uid already in use exception.
|
CipherUidAlreadyInUseException(String aUid,
Throwable cause)
Instantiates a new cipher uid already in use exception.
|
CipherUidAlreadyInUseException(String aUid,
Throwable aCause,
String aErrorCode)
Instantiates a new cipher uid already in use exception.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getUniversalId()
Gets the universal id.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic CipherUidAlreadyInUseException(String aUid, String aMessage, String aErrorCode)
aUid - the a uidaMessage - the a messageaErrorCode - the a error codepublic CipherUidAlreadyInUseException(String aUid, String aMessage, Throwable aCause, String aErrorCode)
aUid - the a uidaMessage - the a messageaCause - the a causeaErrorCode - the a error codepublic CipherUidAlreadyInUseException(String aUid, String message, Throwable cause)
aUid - the a uidmessage - the messagecause - the causepublic CipherUidAlreadyInUseException(String aUid, String message)
aUid - the a uidmessage - the messagepublic CipherUidAlreadyInUseException(String aUid, Throwable aCause, String aErrorCode)
aUid - the a uidaCause - the a causeaErrorCode - the a error codepublic String getUniversalId()
getUniversalId in interface org.refcodes.mixin.UniversalIdAccessorCopyright © 2018. All rights reserved.