Class ValidationException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.atlassian.oauth2.client.api.exceptions.ValidationException
All Implemented Interfaces:
Serializable

public class ValidationException extends Exception
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 Details

    • ValidationException

      public ValidationException()