|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
tecgraf.openbus.exception.OpenBusException
public abstract class OpenBusException
Categoria de exceção do OpenBus
Constructor Summary | |
---|---|
protected |
OpenBusException(String message)
Construtor. |
protected |
OpenBusException(String message,
Throwable cause)
Construtor. |
protected |
OpenBusException(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 |
---|
protected OpenBusException(String message)
message
- mensagem de erro.protected OpenBusException(Throwable cause)
cause
- exceção original.protected OpenBusException(String message, Throwable cause)
message
- mensagem de erro.cause
- exceção original.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |