Package codes.thischwa.jii.exception
Class ReadException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- codes.thischwa.jii.exception.ReadException
-
- All Implemented Interfaces:
Serializable
public class ReadException extends Exception
Exception thrown when required information couldn't read.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ReadException()
ReadException(String message)
ReadException(String message, Throwable cause)
ReadException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-