|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
csdk.v1_0.api.core.CSDKException
csdk.v1_0.api.application.ApplicationException
public class ApplicationException
Exceção padrão lançada pelas aplicações CSDK.
| Constructor Summary | |
|---|---|
protected |
ApplicationException()
Construtor. |
|
ApplicationException(String message)
Construtor |
|
ApplicationException(String message,
Throwable cause)
Construtor. |
|
ApplicationException(Throwable cause)
Construtor |
| Method Summary |
|---|
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public 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()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||