org.apache.shiro.crypto
Class UnknownAlgorithmException

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
                      extended by org.apache.shiro.crypto.UnknownAlgorithmException
All Implemented Interfaces:
Serializable

public class UnknownAlgorithmException
extends CryptoException

Exception thrown when attempting to lookup or use a cryptographic algorithm that does not exist in the current JVM environment.

Since:
1.2
See Also:
Serialized Form

Constructor Summary
UnknownAlgorithmException(String message)
           
UnknownAlgorithmException(String message, Throwable cause)
           
UnknownAlgorithmException(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

UnknownAlgorithmException

public UnknownAlgorithmException(String message)

UnknownAlgorithmException

public UnknownAlgorithmException(Throwable cause)

UnknownAlgorithmException

public UnknownAlgorithmException(String message,
                                 Throwable cause)


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