Class TechnicalException

All Implemented Interfaces:
Serializable

public class TechnicalException extends TrustBrokerException
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 Details

    • TechnicalException

      public TechnicalException(String internalMessage)
    • TechnicalException

      public TechnicalException(String internalMessage, Throwable exception)
    • TechnicalException

      public TechnicalException(ErrorMarker errorMarker, String internalMessage, Throwable exception)
    • TechnicalException

      public TechnicalException(ErrorCode errorCode, ErrorMarker errorMarker, String internalMessage, Throwable exception)