com.ibm.websphere.security
Class NotImplementedExceptionjava.lang.Objec | +--java.lang.Throwable | +--java.lang.Exception | +--com.ibm.websphere.security.NotImplementedException
All Implemented Interfaces:
- java.io.Serializable
- public class
NotImplementedException
- extends java.lang.Exception
Thrown to indicate that the method is not implemented.
See Also:
- Serialized Form
Constructor Summary
NotImplementedException()
Create a new NotImplementedException with an empty description string.java.lang.String)">NotImplementedException(java.lang.String name)
Create a new NotImplementedException with the associated string description.
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Constructor Detail
NotImplementedException
publicNotImplementedException
()
- Create a new NotImplementedException with an empty description string.
java.lang.String)">
NotImplementedException
publicNotImplementedException
(java.lang.String name)
- Create a new NotImplementedException with the associated string description.
Parameters:
- message - the String describing the exception.
WebSphere is a trademark of the IBM Corporation in the United States, other countries, or both.
IBM is a trademark of the IBM Corporation in the United States, other countries, or both.