Package io.jans.scim2.client.exception
Class ScimClientException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- io.jans.scim2.client.exception.ScimClientException
-
- All Implemented Interfaces:
Serializable
public class ScimClientException extends Exception
Base SCIM exception- Author:
- Yuriy Movchan Date: 08/08/2013
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ScimClientException(String message)
ScimClientException(String message, Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-