public class PayaraClientException extends RuntimeException
| Constructor and Description |
|---|
PayaraClientException()
Construct a new instance with
null as its detail message. |
PayaraClientException(String message)
Construct a new instance with the supplied message
|
PayaraClientException(String message,
Throwable cause)
Construct a new instance with the supplied message and cause
|
PayaraClientException(Throwable cause)
Construct a new instance with the supplied cause
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic PayaraClientException()
null as its detail message.public PayaraClientException(String message)
message - the messagepublic PayaraClientException(String message, Throwable cause)
message - the messagecause - the Throwable that caused the exception to be thrownpublic PayaraClientException(Throwable cause)
cause - the Throwable that caused the exception to be thrownCopyright © 2019. All rights reserved.