- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.io.IOException
-
- org.jline.utils.ClosedException
-
- All Implemented Interfaces:
Serializable
public class ClosedException extends IOException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ClosedException()
ClosedException(String message)
ClosedException(String message, Throwable cause)
ClosedException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-