Class AuthException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.apache.synapse.endpoints.auth.AuthException
-
- All Implemented Interfaces:
Serializable
public class AuthException extends Exception
Exception to be thrown when a OAuth related error occurs- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AuthException(String message)
AuthException(String message, Exception e)
AuthException(String message, Throwable e)
AuthException(Throwable e)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-