IBM WebSphere Application ServerTM
Release 7

com.ibm.websphere.crypto
Class UnsupportedCryptoAlgorithmException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by 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:
PasswordUtil, InvalidPasswordDecodingException, InvalidPasswordEncodingException, Serialized Form

Constructor Summary
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()

IBM WebSphere Application ServerTM
Release 7