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