NotImplementedException (Java Globus API)
org.globus.ftp.exception
Class NotImplementedException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--java.lang.RuntimeException
|
+--org.globus.ftp.exception.NotImplementedException
- All Implemented Interfaces:
- java.io.Serializable
- public class NotImplementedException
- extends java.lang.RuntimeException
Not used.
This exception should be thrown on an attempt of accessing
functionality that has not been implemented.
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
NotImplementedException
public NotImplementedException()