Class EncryptEncodingException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.refcodes.exception.AbstractException
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:
  • Field Details

    • _encoding

      protected String _encoding
  • Constructor Details

    • EncryptEncodingException

      public EncryptEncodingException(String aMessage, String aEncoding, String aErrorCode)
      Parameters:
      aEncoding - The encoding involved in this exception.
    • EncryptEncodingException

      public EncryptEncodingException(String aMessage, String aEncoding, Throwable aCause, String aErrorCode)
      Parameters:
      aEncoding - The encoding involved in this exception.
    • EncryptEncodingException

      public EncryptEncodingException(String aMessage, String aEncoding, Throwable aCause)
      Parameters:
      aEncoding - The encoding involved in this exception.
    • EncryptEncodingException

      public EncryptEncodingException(String aMessage, String aEncoding)
      Parameters:
      aEncoding - The encoding involved in this exception.
    • EncryptEncodingException

      public EncryptEncodingException(String aEncoding, Throwable aCause, String aErrorCode)
      Parameters:
      aEncoding - The encoding involved in this exception.
    • EncryptEncodingException

      public EncryptEncodingException(String aEncoding, Throwable aCause)
      Parameters:
      aEncoding - The encoding involved in this exception.
  • Method Details

    • getEncoding

      public String getEncoding()
      Specified by:
      getEncoding in interface org.refcodes.mixin.EncodingAccessor<String>
    • getPatternArguments

      public Object[] getPatternArguments()
      Specified by:
      getPatternArguments in interface org.refcodes.exception.Trap