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

public class TrsEndpointException extends RuntimeException
High-level exception for connection problems to the TRS Server endpoints.
Since:
2.4.0
Version:
$version-stub$
See Also:
  • Constructor Details

    • TrsEndpointException

      public TrsEndpointException()
    • TrsEndpointException

      public TrsEndpointException(String message)
    • TrsEndpointException

      public TrsEndpointException(String message, Throwable cause)
    • TrsEndpointException

      public TrsEndpointException(Throwable cause)
    • TrsEndpointException

      protected TrsEndpointException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)