org.apache.shiro.crypto
Class CryptoException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.shiro.ShiroException
org.apache.shiro.crypto.CryptoException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- UnknownAlgorithmException
public class CryptoException
- extends ShiroException
Base Shiro exception for problems encountered during cryptographic operations.
- Since:
- 1.0
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
CryptoException
public CryptoException(String message)
CryptoException
public CryptoException(Throwable cause)
CryptoException
public CryptoException(String message,
Throwable cause)
Copyright © 2004-2012 The Apache Software Foundation. All Rights Reserved.