Class MessageException

  • All Implemented Interfaces:
    java.io.Serializable

    @Deprecated
    public class MessageException
    extends MessageProcessingException
    Deprecated.
    Exception thrown due to bad internal state when processing a PKIMessage resulting in a ERROR response code in the PKIMessage protocol.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      MessageException​(java.lang.String message)
      Deprecated.
      Exception thrown due to bad internal state when processing a PKIMessage resulting in a ERROR response code in the PKIMessage protocol.
      MessageException​(java.lang.String message, java.lang.Throwable cause)
      Deprecated.
      Exception thrown due to bad internal state when processing a PKIMessage resulting in a ERROR response code in the PKIMessage protocol.
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • MessageException

        public MessageException​(java.lang.String message,
                                java.lang.Throwable cause)
        Deprecated.
        Exception thrown due to bad internal state when processing a PKIMessage resulting in a ERROR response code in the PKIMessage protocol.
        Parameters:
        message - a descriptive message about the cause of the exception.
        cause - the cause of the exception.
      • MessageException

        public MessageException​(java.lang.String message)
        Deprecated.
        Exception thrown due to bad internal state when processing a PKIMessage resulting in a ERROR response code in the PKIMessage protocol.
        Parameters:
        message - a descriptive message about the cause of the exception.