public class IncompatibleAttributeException extends ScimException
scimType, status| Constructor and Description |
|---|
IncompatibleAttributeException(String message) |
IncompatibleAttributeException(String message,
Throwable cause) |
IncompatibleAttributeException(String message,
Throwable cause,
Integer status) |
IncompatibleAttributeException(String message,
Throwable cause,
Integer status,
String scimType) |
IncompatibleAttributeException(String message,
Throwable cause,
String scimType) |
getDetailaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic IncompatibleAttributeException(String message)
public IncompatibleAttributeException(String message, Throwable cause)
public IncompatibleAttributeException(String message, Throwable cause, String scimType)
public IncompatibleAttributeException(String message, Throwable cause, Integer status)
Copyright © 2020. All rights reserved.