Class ClosedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
org.cojen.dirmi.RemoteException
org.cojen.dirmi.ClosedException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
DisposedException
Generic exception indicating that a resource is closed.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionClosedException
(String message) ClosedException
(String message, Throwable cause) ClosedException
(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
-
ClosedException
public ClosedException() -
ClosedException
-
ClosedException
-
ClosedException
-