Package com.ibm.websphere.security
Class NotImplementedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.security.GeneralSecurityException
com.ibm.websphere.security.WSSecurityException
com.ibm.websphere.security.NotImplementedException
- All Implemented Interfaces:
- Serializable
Thrown to indicate that the method is not implemented.
- See Also:
- 
Constructor SummaryConstructorsConstructorDescriptionCreate a new NotImplementedException with an empty description string.Create a new NotImplementedException with the associated string description.NotImplementedException(String message, Throwable t) Create a new NotImplementedException with the string description and Throwable root cause.Create a new NotImplementedException with the Throwable root cause.
- 
Method SummaryMethods inherited from class com.ibm.websphere.security.WSSecurityExceptionaddException, getCause, getExceptions, printStackTraceMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
NotImplementedExceptionpublic NotImplementedException()Create a new NotImplementedException with an empty description string.
- 
NotImplementedExceptionCreate a new NotImplementedException with the associated string description.- Parameters:
- message- the String describing the exception.
 
- 
NotImplementedExceptionCreate a new NotImplementedException with the Throwable root cause.- Parameters:
- t- the Throwable root cause.
 
- 
NotImplementedExceptionCreate a new NotImplementedException with the string description and Throwable root cause.- Parameters:
- message- the String describing the exception.
- t- the Throwable root cause.
 
 
-