Class TrsEndpointConfigException

All Implemented Interfaces:
Serializable

public class TrsEndpointConfigException extends TrsEndpointException
TRS Client has a wrong configuration of a TRS Server endpoint.
Since:
2.4.0
Version:
$version-stub$
See Also:
  • Constructor Details

    • TrsEndpointConfigException

      public TrsEndpointConfigException()
    • TrsEndpointConfigException

      public TrsEndpointConfigException(String message)
    • TrsEndpointConfigException

      public TrsEndpointConfigException(String message, Throwable cause)
    • TrsEndpointConfigException

      public TrsEndpointConfigException(Throwable cause)
    • TrsEndpointConfigException

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