java.nio.file
Class ClosedWatchServiceException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalStateException
java.nio.file.ClosedWatchServiceException
- All Implemented Interfaces:
- Serializable
public class ClosedWatchServiceException
- extends IllegalStateException
Disabled: no SafeJ information.
Unchecked exception thrown when an attempt is made to invoke an operation on
a watch service that is closed.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
ClosedWatchServiceException
public ClosedWatchServiceException()
- Class is disabled.
- Constructs an instance of this class.