public class TransbankHttpApiException extends WebpayException
| Constructor and Description |
|---|
TransbankHttpApiException()
Constructs a new TransbankHttpApiException with no detail message.
|
TransbankHttpApiException(Exception e)
Constructs a new TransbankHttpApiException with the specified cause.
|
TransbankHttpApiException(int code,
String message)
Constructs a new TransbankHttpApiException with the specified detail message and error code.
|
TransbankHttpApiException(String message)
Constructs a new TransbankHttpApiException with the specified detail message.
|
toStringaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTracepublic TransbankHttpApiException()
public TransbankHttpApiException(Exception e)
e - Exception that caused the error.public TransbankHttpApiException(String message)
message - The detail message.public TransbankHttpApiException(int code,
String message)
code - The error code.message - The detail message.Copyright © 2018–2024. All rights reserved.