Class RuleClientException

All Implemented Interfaces:
Serializable

public class RuleClientException extends RuleException
A rule exception that occurs when the client interacts with a remote service.
See Also:
  • Constructor Details

    • RuleClientException

      public RuleClientException()
    • RuleClientException

      public RuleClientException(Throwable cause)
    • RuleClientException

      public RuleClientException(String message)
    • RuleClientException

      public RuleClientException(String message, Throwable cause)