public class ApplicationException extends CSDKException
| Modifier | Constructor and Description |
|---|---|
protected |
ApplicationException()
Construtor.
|
|
ApplicationException(String message)
Construtor
|
|
ApplicationException(String message,
Throwable cause)
Construtor.
|
|
ApplicationException(Throwable cause)
Construtor
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ApplicationException(String message, Throwable cause)
message - mensagem de erro.cause - causa do erro.public ApplicationException(String message)
message - mensagem de erro.public ApplicationException(Throwable cause)
cause - causa do erro.protected ApplicationException()
Copyright © 2016 Tecgraf/PUC-Rio. All rights reserved.