public abstract class CrowdException extends Exception
CrowdException is the superclass of Crowd-specific exceptions
that must be caught.
This allows consumers of Crowd services to catch all checked exceptions with only one catch block.
| Constructor and Description |
|---|
CrowdException() |
CrowdException(String message) |
CrowdException(String message,
Throwable cause) |
CrowdException(Throwable cause) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringCopyright © 2023 Atlassian. All rights reserved.