org.apache.shiro.crypto
Class UnknownAlgorithmException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.shiro.ShiroException
org.apache.shiro.crypto.CryptoException
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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
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.