Class InvalidRequestException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- de.captaingoldfish.scim.sdk.client.exceptions.InvalidRequestException
-
- All Implemented Interfaces:
Serializable
public class InvalidRequestException extends RuntimeException
author Pascal Knueppel
created at: 10.12.2019 - 12:46
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InvalidRequestException(String message)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
InvalidRequestException
public InvalidRequestException(String message)
-
-