Package com.nettoolkit.exception
Class NetToolKitException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.nettoolkit.exception.NetToolKitException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ApiConnectionException,ApiException,BadArgumentException,ParsingException
The base exception for the client library.
All other NetToolKit specific exceptions are subclasses of NetToolKitException.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionNetToolKitException(String strMessage) NetToolKitException(String strMessage, Throwable cause) NetToolKitException(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
-
NetToolKitException
-
NetToolKitException
-
NetToolKitException
-