public class WebpayException extends TransbankException
| Constructor and Description |
|---|
WebpayException()
Constructs a new WebpayException with no detail message.
|
WebpayException(Exception e)
Constructs a new WebpayException with the specified cause.
|
WebpayException(int code,
String message)
Constructs a new WebpayException with the specified detail message and error code.
|
WebpayException(String message)
Constructs a new WebpayException with the specified detail message.
|
| Modifier and Type | Method and Description |
|---|---|
String |
toString()
Returns a string representation of this exception.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTracepublic WebpayException()
public WebpayException(Exception e)
e - Exception that caused the error.public WebpayException(String message)
message - The detail message.public WebpayException(int code,
String message)
code - The error code.message - The detail message.Copyright © 2018–2024. All rights reserved.