Class InternalClientException

All Implemented Interfaces:
Serializable

@Deprecated public final class InternalClientException extends ClientException
Deprecated.
since 8.8 for removal in 8.9, replaced by InternalClientException
Exception which is thrown on internal errors inside the client itself.
See Also:
  • Constructor Details

    • InternalClientException

      public InternalClientException(String message)
      Deprecated.
    • InternalClientException

      public InternalClientException(String message, Throwable cause)
      Deprecated.