public class DisallowedAlgorithmException
extends java.lang.SecurityException
What ever operation was being attempted when this exception occurred has failed.
| Constructor and Description |
|---|
DisallowedAlgorithmException(java.lang.String message)
Creates a
DisallowedAlgorithmException with the indicated
exception message. |
DisallowedAlgorithmException(java.lang.String message,
java.lang.Exception innerException)
Creates a
DisallowedAlgorithmException with the indicated
inner exception, and exception message. |
public DisallowedAlgorithmException(java.lang.String message)
DisallowedAlgorithmException with the indicated
exception message.
message - a message explaining why the exception occurredpublic DisallowedAlgorithmException(java.lang.String message,
java.lang.Exception innerException)
DisallowedAlgorithmException with the indicated
inner exception, and exception message.
The inner exception provides a lower-level of detail as to why this exception has occured.
message - a message explaining why the exception occurredinnerException - the inner exception