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