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
public class OPASecurityException extends Exception
Exception to be thrown when a OPA mediator related error occurs- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static int
ACCESS_REVOKED
static String
ACCESS_REVOKED_MESSAGE
static int
INTERNAL_ERROR
static String
INTERNAL_ERROR_MESSAGE
-
Constructor Summary
Constructors Constructor Description OPASecurityException(int errorCode, String message)
OPASecurityException(int errorCode, String message, Throwable cause)
OPASecurityException(String message)
OPASecurityException(String message, Throwable cause)
OPASecurityException(Throwable cause)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getErrorCode()
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Field Detail
-
INTERNAL_ERROR
public static final int INTERNAL_ERROR
- See Also:
- Constant Field Values
-
INTERNAL_ERROR_MESSAGE
public static final String INTERNAL_ERROR_MESSAGE
- See Also:
- Constant Field Values
-
ACCESS_REVOKED
public static final int ACCESS_REVOKED
- See Also:
- Constant Field Values
-
ACCESS_REVOKED_MESSAGE
public static final String ACCESS_REVOKED_MESSAGE
- See Also:
- Constant Field Values
-
-