Class PolicyViolationException

All Implemented Interfaces:
Serializable

public class PolicyViolationException extends CloseException
Exception when a violation of policy occurs and should trigger a connection close.
See Also:
  • Constructor Details

    • PolicyViolationException

      public PolicyViolationException(String message)
    • PolicyViolationException

      public PolicyViolationException(String message, Throwable t)
    • PolicyViolationException

      public PolicyViolationException(Throwable t)