public class CustomRegistryException extends WSSecurityException
Constructor and Description |
---|
CustomRegistryException()
Create a new CustomRegistryException with an empty description string.
|
CustomRegistryException(java.lang.String message)
Create a new CustomRegistryException with the associated string description.
|
CustomRegistryException(java.lang.String message,
java.lang.Throwable t)
Create a new CustomRegistryException with the string description and Throwable root cause.
|
CustomRegistryException(java.lang.Throwable t)
Create a new CustomRegistryException with the associated Throwable root cause.
|
addException, getCause, getExceptions, printStackTrace
public CustomRegistryException()
public CustomRegistryException(java.lang.String message)
message
- the String describing the exception.public CustomRegistryException(java.lang.Throwable t)
t
- the Throwable root cause.public CustomRegistryException(java.lang.String message, java.lang.Throwable t)
message
- the String describing the exception.t
- the Throwable root cause.