Package 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:
Serializable
public class NotImplementedException extends RuntimeException
Not used. This exception should be thrown on an attempt of accessing functionality that has not been implemented.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NotImplementedException()
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-