Class TechnicalException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
swiss.trustbroker.common.exception.TrustBrokerException
swiss.trustbroker.common.exception.TechnicalException
- All Implemented Interfaces:
Serializable
Use this exception when we have failures because of configuration, infrastructure or internal code problems.
Client will see: Service rejected with HTTP/503 (DB, IDM problem or misconfiguration)
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionTechnicalException(String internalMessage) TechnicalException(String internalMessage, Throwable exception) TechnicalException(ErrorCode errorCode, ErrorMarker errorMarker, String internalMessage, Throwable exception) TechnicalException(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
-
TechnicalException
-
TechnicalException
-
TechnicalException
-
TechnicalException
public TechnicalException(ErrorCode errorCode, ErrorMarker errorMarker, String internalMessage, Throwable exception)
-