com.ibm.websphere.crypto
Class UnsupportedCryptoAlgorithmException
- java.lang.Object
java.lang.Throwable
java.lang.Exception
com.ibm.websphere.crypto.UnsupportedCryptoAlgorithmException
All implemented interfaces:
java.io.Serializable
- public class UnsupportedCryptoAlgorithmException
- extends java.lang.Exception
UnsupportedCryptoAlgorithmException
is thrown when the specified crypto
algorithm is not supported by the implementation.
Version:
7.0
See Also:
Constructor Summary
Constructor and Description |
---|
UnsupportedCryptoAlgorithmException()
|
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
UnsupportedCryptoAlgorithmException
- public UnsupportedCryptoAlgorithmException( )