Package com.atlassian.confluence.oauth2
Class OAuth2Exception
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.atlassian.confluence.oauth2.OAuth2Exception
-
- All Implemented Interfaces:
Serializable
public class OAuth2Exception extends Exception
- Since:
- 8.3.0
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description OAuth2Exception(String message)
OAuth2Exception(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-