Class RequestPolicyException

    • Constructor Detail

      • RequestPolicyException

        public RequestPolicyException()
        Constructs a RequestPolicyException with no detail message.
      • RequestPolicyException

        public RequestPolicyException​(String s)
        Constructs a RequestPolicyException with the specified detail message.
        Parameters:
        s - the String that contains a detailed message
      • RequestPolicyException

        public RequestPolicyException​(Throwable e)
        Construct a RequestPolicyException from a Throwable object.
        Parameters:
        e - the Throwable object
      • RequestPolicyException

        public RequestPolicyException​(String s,
                                      Throwable e)
        Construct a RequestPolicyException from a Throwable object and an additional description.
        Parameters:
        s - the additional description
        e - the Throwable object