Class ProxyInternalException

All Implemented Interfaces:
Serializable

public class ProxyInternalException extends ProxyException
Thrown when the internal server throws a recoverable exception.
See Also:
  • Constructor Details

    • ProxyInternalException

      public ProxyInternalException(String message)
    • ProxyInternalException

      public ProxyInternalException(String message, Throwable cause)
    • ProxyInternalException

      public ProxyInternalException(Throwable cause)
    • ProxyInternalException

      protected ProxyInternalException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
  • Method Details

    • reportInternalException

      public static void reportInternalException(Throwable cause)