Class ValidationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.atlassian.oauth2.client.api.exceptions.ValidationException
- All Implemented Interfaces:
Serializable
Common exception class to indicate a validation exception has occurred. This class is to be extended with more
specific Exception implementations, but can be used to define the general exception types thrown from the API.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ValidationException
public ValidationException()
-