Class CryptException

  • All Implemented Interfaces:
    Serializable

    public class CryptException
    extends Exception
    Exception that indicates cryptographic error.
    Since:
    2.0.0
    Author:
    Lijun Liao (xipki)
    See Also:
    Serialized Form
    • Constructor Detail

      • CryptException

        public CryptException()
      • CryptException

        public CryptException​(String message,
                              Throwable cause)
      • CryptException

        public CryptException​(String message)
      • CryptException

        public CryptException​(Throwable cause)