java.io.SerializableUnauthorizedException, UnexpectedException, ValidationExceptionpublic class MoipAPIException
extends java.lang.RuntimeException
| Constructor | Description |
|---|---|
MoipAPIException() |
Default class constructor.
|
MoipAPIException(java.lang.String message) |
Constructor to receive the exception message.
|
MoipAPIException(java.lang.String message,
java.lang.Throwable cause) |
Constructor to receive the exception message and cause.
|
MoipAPIException(java.lang.String message,
java.lang.Throwable cause,
boolean enableSuppression,
boolean writableStackTrace) |
Constructor to receive the message and the cause of an exception
and to able the suppression and the writable stack trace.
|
MoipAPIException(java.lang.Throwable cause) |
Constructor to receive the exception cause.
|
public MoipAPIException()
public MoipAPIException(java.lang.String message)
message - String exception messagepublic MoipAPIException(java.lang.Throwable cause)
cause - Throwable exception cause.public MoipAPIException(java.lang.String message,
java.lang.Throwable cause)
message - String exception messagecause - Throwable exception causepublic MoipAPIException(java.lang.String message,
java.lang.Throwable cause,
boolean enableSuppression,
boolean writableStackTrace)
message - String exception messagecause - Throwable exception causeenableSuppression - boolean exception suppressionwritableStackTrace - boolean exception stack trace