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