Class NoSuchMechanismException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
javax.xml.crypto.NoSuchMechanismException
All Implemented Interfaces:
Serializable

public class NoSuchMechanismException extends RuntimeException
This exception is thrown when a particular XML mechanism is requested but is not available in the environment.

A NoSuchMechanismException can contain a cause: another throwable that caused this NoSuchMechanismException to get thrown.

Since:
1.6
See Also: