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