Class EncodingException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.cryptoalgo.codable.EncodingException
All Implemented Interfaces:
Serializable

public class EncodingException extends Exception
Exception that might be thrown by Encoder implementations should encode of a requested key fail.
See Also:
  • Constructor Details

    • EncodingException

      public EncodingException(String codingKey)
      Constructs an instance of the exception, including the codingKey which failed to encode to aid in debugging.
      Parameters:
      codingKey - key of data which failed to be serialized