Class InternalServerException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
de.captaingoldfish.scim.sdk.common.exceptions.ScimException
de.captaingoldfish.scim.sdk.common.exceptions.InternalServerException
- All Implemented Interfaces:
Serializable
author Pascal Knueppel
created at: 28.09.2019 - 17:14
created at: 28.09.2019 - 17:14
- See Also:
-
Field Summary
Fields inherited from class de.captaingoldfish.scim.sdk.common.exceptions.ScimException
responseHeaders, scimType, status -
Constructor Summary
ConstructorsConstructorDescriptionInternalServerException(String message) InternalServerException(String message, String scimType) InternalServerException(String message, Throwable cause) InternalServerException(String message, Throwable cause, String scimType) InternalServerException(Throwable cause) -
Method Summary
Methods inherited from class de.captaingoldfish.scim.sdk.common.exceptions.ScimException
getDetail, getResponseHeaders, getScimType, getStatus, setResponseHeaders, setScimType, setStatusMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
InternalServerException
-
InternalServerException
-
InternalServerException
-
InternalServerException
-
InternalServerException
-