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