Class DecodingException

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

public class DecodingException extends Exception
Exception that might be thrown by Decoder implementations should decode of a requested key fail.
See Also:
  • Constructor Details

    • DecodingException

      public DecodingException(String codingKey, String type)
      Constructs an instance of the exception, including the codingKey which failed to decode and type requested.
      Parameters:
      codingKey - key of data which failed to be deserialized
      type - Requested data type