Class DisposedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
org.cojen.dirmi.RemoteException
org.cojen.dirmi.ClosedException
org.cojen.dirmi.DisposedException
- All Implemented Interfaces:
Serializable
Thrown when attempting to invoke a method against a disposed object.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDisposedException(String message) DisposedException(String message, Throwable cause) DisposedException(Throwable cause) -
Method Summary
Methods inherited from class RemoteException
getMessage, remoteAddress, remoteAddressModifier and TypeMethodDescriptionReturns the associated remote address, which can be null if unknown or not applicable.voidremoteAddress(SocketAddress addr) Assign the associated remote address.Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
DisposedException
public DisposedException() -
DisposedException
-
DisposedException
-
DisposedException
-