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 EncryptionException
EncryptionException.EncryptionRuntimeExceptionNested 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
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, 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
-
EncryptEncodingException
-
EncryptEncodingException
-
EncryptEncodingException
-
EncryptEncodingException
-
EncryptEncodingException
-
EncryptEncodingException
-
-
Method Details
-
getEncoding
-
getPatternArguments
- Specified by:
getPatternArgumentsin interfaceorg.refcodes.exception.Trap
-