org.apache.shiro.crypto
Class CryptoException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.apache.shiro.ShiroException
                  extended by 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

Constructor Summary
CryptoException(String message)
           
CryptoException(String message, Throwable cause)
           
CryptoException(Throwable cause)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, 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

CryptoException

public CryptoException(String message)

CryptoException

public CryptoException(Throwable cause)

CryptoException

public CryptoException(String message,
                       Throwable cause)


Copyright © 2004-2016 The Apache Software Foundation. All Rights Reserved.