public class OAuthException extends RuntimeException
Constructor and Description |
---|
OAuthException(Exception e)
Exception constructor.
|
OAuthException(String message)
No-exception constructor.
|
OAuthException(String message,
Exception e)
Default constructor
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public OAuthException(String message, Exception e)
message
- message explaining what went wronge
- original exceptionpublic OAuthException(String message)
message
- message explaining what went wrongpublic OAuthException(Exception e)
e
- original exceptionCopyright © 2017. All rights reserved.