Class EncryptEncodingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.refcodes.exception.AbstractException
org.refcodes.security.SecurityException
org.refcodes.security.EncryptionException
org.refcodes.security.EncryptEncodingException
- All Implemented Interfaces:
Serializable
,org.refcodes.exception.ErrorCodeAccessor
,org.refcodes.exception.Trap
,org.refcodes.mixin.EncodingAccessor<String>
public class EncryptEncodingException
extends EncryptionException
implements org.refcodes.mixin.EncodingAccessor<String>
Thrown in case an encryption issue occurred regarding the encoding.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class org.refcodes.security.EncryptionException
EncryptionException.EncryptionRuntimeException
Nested classes/interfaces inherited from interface org.refcodes.mixin.EncodingAccessor
org.refcodes.mixin.EncodingAccessor.EncodingBuilder<E,
B extends org.refcodes.mixin.EncodingAccessor.EncodingBuilder<E, B>>, org.refcodes.mixin.EncodingAccessor.EncodingMutator<E>, org.refcodes.mixin.EncodingAccessor.EncodingProperty<E> Nested classes/interfaces inherited from interface org.refcodes.exception.ErrorCodeAccessor
org.refcodes.exception.ErrorCodeAccessor.ErrorCodeBuilder<B extends org.refcodes.exception.ErrorCodeAccessor.ErrorCodeBuilder<B>>, org.refcodes.exception.ErrorCodeAccessor.ErrorCodeMutator, org.refcodes.exception.ErrorCodeAccessor.ErrorCodeProperty
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionEncryptEncodingException
(String aMessage, String aEncoding) EncryptEncodingException
(String aMessage, String aEncoding, String aErrorCode) EncryptEncodingException
(String aMessage, String aEncoding, Throwable aCause) EncryptEncodingException
(String aMessage, String aEncoding, Throwable aCause, String aErrorCode) EncryptEncodingException
(String aEncoding, Throwable aCause) EncryptEncodingException
(String aEncoding, Throwable aCause, String aErrorCode) -
Method Summary
Methods inherited from class org.refcodes.exception.AbstractException
getErrorCode, getMessage
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface org.refcodes.exception.Trap
toLocalizedMessage, toMessage, toMessage, toMessage, toShortLocalizedMessage, toShortMessage
-
Field Details
-
_encoding
-
-
Constructor Details
-
EncryptEncodingException
-
EncryptEncodingException
-
EncryptEncodingException
-
EncryptEncodingException
-
EncryptEncodingException
-
EncryptEncodingException
-
-
Method Details
-
getEncoding
-
getPatternArguments
- Specified by:
getPatternArguments
in interfaceorg.refcodes.exception.Trap
-