Class TrsEndpointErrorException

All Implemented Interfaces:
Serializable

public class TrsEndpointErrorException extends TrsEndpointException
TRS Server endpoint returns a server error.
Since:
2.4.0
Version:
$version-stub$
See Also:
  • Constructor Details

    • TrsEndpointErrorException

      public TrsEndpointErrorException()
    • TrsEndpointErrorException

      public TrsEndpointErrorException(String message)
    • TrsEndpointErrorException

      public TrsEndpointErrorException(String message, Throwable cause)
    • TrsEndpointErrorException

      public TrsEndpointErrorException(Throwable cause)
    • TrsEndpointErrorException

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