Class DecryptEncodingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.refcodes.exception.AbstractException
org.refcodes.security.SecurityException
org.refcodes.security.DecryptionException
org.refcodes.security.DecryptEncodingException
- All Implemented Interfaces:
Serializable, org.refcodes.exception.ErrorCodeAccessor, org.refcodes.exception.Trap, org.refcodes.mixin.EncodingAccessor<String>
public class DecryptEncodingException
extends DecryptionException
implements org.refcodes.mixin.EncodingAccessor<String>
Thrown in case an decryption issue occurred regarding the encoding.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class DecryptionException
DecryptionException.DecryptionRuntimeExceptionNested classes/interfaces inherited from interface org.refcodes.mixin.EncodingAccessor
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>, org.refcodes.exception.ErrorCodeAccessor.ErrorCodeMutator, org.refcodes.exception.ErrorCodeAccessor.ErrorCodeProperty -
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionDecryptEncodingException(String aMessage, String aEncoding) DecryptEncodingException(String aMessage, String aEncoding, String aErrorCode) DecryptEncodingException(String aMessage, String aEncoding, Throwable aCause) DecryptEncodingException(String aMessage, String aEncoding, Throwable aCause, String aErrorCode) DecryptEncodingException(String aEncoding, Throwable aCause) DecryptEncodingException(String aEncoding, Throwable aCause, String aErrorCode) -
Method Summary
Methods inherited from class org.refcodes.exception.AbstractException
getErrorCode, getMessageMethods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.refcodes.exception.Trap
toLocalizedMessage, toMessage, toMessage, toMessage, toShortLocalizedMessage, toShortMessage
-
Field Details
-
_encoding
-
-
Constructor Details
-
DecryptEncodingException
-
DecryptEncodingException
-
DecryptEncodingException
-
DecryptEncodingException
-
DecryptEncodingException
-
DecryptEncodingException
-
-
Method Details
-
getEncoding
-
getPatternArguments
- Specified by:
getPatternArgumentsin interfaceorg.refcodes.exception.Trap
-