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