Package com.igormaznitsa.jbbp.exceptions
Class JBBPIOException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.igormaznitsa.jbbp.exceptions.JBBPException
com.igormaznitsa.jbbp.exceptions.JBBPIOException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
JBBPIllegalArgumentException,JBBPReachedArraySizeLimitException
The Exception can be thrown for transport errors
- Since:
- 1.1.1
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionJBBPIOException(String message) JBBPIOException(String message, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
JBBPIOException
-
JBBPIOException
-