Class OpaClientException

  • All Implemented Interfaces:
    java.io.Serializable
    Direct Known Subclasses:
    InvalidEndpointException

    public class OpaClientException
    extends java.lang.RuntimeException
    Exception returned by OpaClient All exceptions that will be thrown inside OpaClient will be mapped to this one
    See Also:
    Serialized Form
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • OpaClientException

        public OpaClientException()
      • OpaClientException

        public OpaClientException​(java.lang.String message)
      • OpaClientException

        public OpaClientException​(java.lang.String message,
                                  java.lang.Throwable cause)
      • OpaClientException

        public OpaClientException​(java.lang.Throwable cause)
      • OpaClientException

        protected OpaClientException​(java.lang.String message,
                                     java.lang.Throwable cause,
                                     boolean enableSuppression,
                                     boolean writableStackTrace)