Class UnableToCreateResourceException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.directory.scim.spec.exception.ResourceException
org.apache.directory.scim.server.exception.UnableToCreateResourceException
- All Implemented Interfaces:
Serializable
public class UnableToCreateResourceException
extends org.apache.directory.scim.spec.exception.ResourceException
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionUnableToCreateResourceException(jakarta.ws.rs.core.Response.Status status, String message) UnableToCreateResourceException(jakarta.ws.rs.core.Response.Status status, String message, Throwable cause) -
Method Summary
Methods inherited from class org.apache.directory.scim.spec.exception.ResourceException
canEqual, equals, getStatus, hashCode, toStringMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Constructor Details
-
UnableToCreateResourceException
-
UnableToCreateResourceException
-