Class PlainInputProcessingException

All Implemented Interfaces:
Serializable

public class PlainInputProcessingException extends StreamException
Exception thrown when something unexpected is encountered processing plain text input data for signature or block encryption.
See Also:
  • Constructor Details

    • PlainInputProcessingException

      public PlainInputProcessingException(String msg)
      Base constructor.
      Parameters:
      msg - a message concerning the exception.
    • PlainInputProcessingException

      public PlainInputProcessingException(String msg, Throwable cause)
      Constructor when this exception is due to another one.
      Parameters:
      msg - a message concerning the exception.
      cause - the exception that caused this exception to be thrown.