Package 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
Exception thrown when a requested crypto algorithm (ie. "xor") is unknown by the runtime conversion code.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UnsupportedCryptoAlgorithmException()
Constructor.
-