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:
java.io.Serializable
public class InternalException extends java.lang.RuntimeException
An InternalException is thrown if there is an Error in the API.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InternalException(java.lang.Exception cause)
InternalException(java.lang.String message)
InternalException(java.lang.String message, java.lang.Throwable cause)
-
-
-
Constructor Detail
-
InternalException
public InternalException(java.lang.String message)
- Parameters:
message
- Text describing the error
-
InternalException
public InternalException(java.lang.Exception cause)
- Parameters:
cause
- original exception
-
InternalException
public InternalException(java.lang.String message, java.lang.Throwable cause)
- Parameters:
message
- Text describing the errorcause
- original exception
-
-