Package com.uc4.communication
Class InternalException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.uc4.communication.InternalException
- All Implemented Interfaces:
Serializable
An InternalException is thrown if there is an Error in the API.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionInternalException
(Exception cause) InternalException
(String message) InternalException
(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
-
InternalException
- Parameters:
message
- Text describing the error
-
InternalException
- Parameters:
cause
- original exception
-
InternalException
- Parameters:
message
- Text describing the errorcause
- original exception
-