public class UnknownCipherUidException extends ForwardSecrecyDecryptionException
org.refcodes.mixin.UniversalIdAccessor.UniversalIdMutator, org.refcodes.mixin.UniversalIdAccessor.UniversalIdProperty
org.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 |
---|
UnknownCipherUidException(String aUid,
String message)
Instantiates a new unknown cipher uid exception.
|
UnknownCipherUidException(String aUid,
String aMessage,
String aErrorCode)
Instantiates a new unknown cipher uid exception.
|
UnknownCipherUidException(String aUid,
String message,
Throwable cause)
Instantiates a new unknown cipher uid exception.
|
UnknownCipherUidException(String aUid,
String aMessage,
Throwable aCause,
String aErrorCode)
Instantiates a new unknown cipher uid exception.
|
UnknownCipherUidException(String aUid,
Throwable cause)
Instantiates a new unknown cipher uid exception.
|
UnknownCipherUidException(String aUid,
Throwable aCause,
String aErrorCode)
Instantiates a new unknown cipher uid 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, toString
public UnknownCipherUidException(String aUid, String aMessage, String aErrorCode)
aUid
- the a uidaMessage
- the a messageaErrorCode
- the a error codepublic UnknownCipherUidException(String aUid, String aMessage, Throwable aCause, String aErrorCode)
aUid
- the a uidaMessage
- the a messageaCause
- the a causeaErrorCode
- the a error codepublic UnknownCipherUidException(String aUid, String message, Throwable cause)
aUid
- the a uidmessage
- the messagecause
- the causepublic UnknownCipherUidException(String aUid, String message)
aUid
- the a uidmessage
- the messagepublic UnknownCipherUidException(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.UniversalIdAccessor
Copyright © 2018. All rights reserved.