Package org.serviceconnector.net
Class CommunicationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.serviceconnector.net.CommunicationException
- All Implemented Interfaces:
Serializable
The Class CommunicationException. Occurs when communicating process fails.
- Author:
- JTraber
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCommunicationException(String errorMsg) Instantiates a new communication exception. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
CommunicationException
Instantiates a new communication exception.- Parameters:
errorMsg- the error message
-