Class TrsEndpointException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.eclipse.lyo.trs.client.exceptions.TrsEndpointException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
TrsEndpointConfigException
,TrsEndpointErrorException
High-level exception for connection problems to the TRS Server endpoints.
- Since:
- 2.4.0
- Version:
- $version-stub$
- See Also:
-
Constructor Summary
ConstructorsModifierConstructorDescriptionTrsEndpointException
(String message) TrsEndpointException
(String message, Throwable cause) protected
TrsEndpointException
(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace) TrsEndpointException
(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
-
TrsEndpointException
public TrsEndpointException() -
TrsEndpointException
-
TrsEndpointException
-
TrsEndpointException
-
TrsEndpointException
-