Class RequestDeniedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
swiss.trustbroker.common.exception.TrustBrokerException
swiss.trustbroker.common.exception.RequestDeniedException
- All Implemented Interfaces:
Serializable
Use this exception when we have failures because of input data from network, and we blame the client.
Client will see: Access denied with HTTP/403
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionRequestDeniedException(String internalMessage) RequestDeniedException(String internalMessage, Throwable exception) RequestDeniedException(ErrorCode errorCode, String internalMessage) RequestDeniedException(ErrorCode errorCode, ErrorMarker errorMarker, String internalMessage, Throwable exception) -
Method Summary
Methods inherited from class swiss.trustbroker.common.exception.TrustBrokerException
enableDebugging, getErrorCode, getErrorMarker, getInternalMessage, getMarkerMessageMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
RequestDeniedException
-
RequestDeniedException
-
RequestDeniedException
-
RequestDeniedException
public RequestDeniedException(ErrorCode errorCode, ErrorMarker errorMarker, String internalMessage, Throwable exception)
-