Package org.apache.synapse.mediators.opa
Class OPASecurityException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.synapse.mediators.opa.OPASecurityException
- All Implemented Interfaces:
Serializable
Exception to be thrown when a OPA mediator related error occurs
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionOPASecurityException(int errorCode, String message) OPASecurityException(int errorCode, String message, Throwable cause) OPASecurityException(String message) OPASecurityException(String message, Throwable cause) OPASecurityException(Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
INTERNAL_ERROR
public static final int INTERNAL_ERROR- See Also:
-
INTERNAL_ERROR_MESSAGE
- See Also:
-
ACCESS_REVOKED
public static final int ACCESS_REVOKED- See Also:
-
ACCESS_REVOKED_MESSAGE
- See Also:
-
-
Constructor Details
-
OPASecurityException
-
OPASecurityException
-
OPASecurityException
-
OPASecurityException
-
OPASecurityException
-
-
Method Details
-
getErrorCode
public int getErrorCode()
-