Class CryptException

  • All Implemented Interfaces:
    Serializable

    public final class CryptException
    extends Exception

    CryptException encapsulates the many exceptions that can occur when working with the crypt libs.

    Version:
    $Revision: 2744 $
    Author:
    Middleware Services
    See Also:
    Serialized Form
    • Constructor Detail

      • CryptException

        public CryptException()

        This creates a new CryptException.

      • CryptException

        public CryptException​(String msg)

        This creates a new CryptException with the supplied message.

        Parameters:
        msg - String
      • CryptException

        public CryptException​(Throwable cause)

        This creates a new CryptException with the supplied cause.

        Parameters:
        cause - Exception
      • CryptException

        public CryptException​(String msg,
                              Throwable cause)

        This creates a new CryptException with the supplied message and cause.

        Parameters:
        msg - String
        cause - Throwable