Class UnimplementedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
org.cojen.dirmi.RemoteException
org.cojen.dirmi.UnimplementedException
- All Implemented Interfaces:
Serializable
Thrown when attempting to invoke a method which is unimplemented on the remote side.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionUnimplementedException
(String message) UnimplementedException
(String message, Throwable cause) UnimplementedException
(Throwable cause) -
Method Summary
Methods inherited from class org.cojen.dirmi.RemoteException
getMessage, remoteAddress, remoteAddress
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
UnimplementedException
public UnimplementedException() -
UnimplementedException
-
UnimplementedException
-
UnimplementedException
-