Class TrustBrokerException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
swiss.trustbroker.common.exception.TrustBrokerException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
RequestDeniedException,TechnicalException
- See Also:
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedTrustBrokerException(String message, ErrorCode errorCode, ErrorMarker errorMarker, String internalMessage, Throwable exception) -
Method Summary
Modifier and TypeMethodDescriptionstatic voidstatic StringgetMarkerMessage(ErrorMarker errorMarker, String message) Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
TrustBrokerException
protected TrustBrokerException(String message, ErrorCode errorCode, ErrorMarker errorMarker, String internalMessage, Throwable exception)
-
-
Method Details
-
getMarkerMessage
-
enableDebugging
public static void enableDebugging() -
getErrorCode
-
getErrorMarker
-
getInternalMessage
-