Class CryptoException

  • All Implemented Interfaces:
    Serializable
    Direct Known Subclasses:
    UnknownAlgorithmException

    public class CryptoException
    extends org.apache.shiro.ShiroException
    Base Shiro exception for problems encountered during cryptographic operations.
    Since:
    1.0
    See Also:
    Serialized Form
    • Constructor Detail

      • CryptoException

        public CryptoException​(String message)
      • CryptoException

        public CryptoException​(Throwable cause)
      • CryptoException

        public CryptoException​(String message,
                               Throwable cause)