|
|
|
|
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.torweg.pulse.service.PulseException
org.torweg.pulse.invocation.InvokerException
public class InvokerException
is thrown on errors during Bundle invocation.
| Constructor Summary | |
|---|---|
InvokerException()
constructs a new exception with null as its detail message. |
|
InvokerException(java.lang.String message)
constructs a new exception with the specified detail message. |
|
InvokerException(java.lang.String message,
java.lang.Throwable cause)
constructs a new exception with the specified detail message and cause. |
|
InvokerException(java.lang.Throwable cause)
constructs a new exception with the specified cause. |
|
| Method Summary |
|---|
| Methods inherited from class org.torweg.pulse.service.PulseException |
|---|
getDetailMessage |
| 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 InvokerException()
null as its detail message.
public InvokerException(java.lang.String message)
message - the message of the exception
public InvokerException(java.lang.String message,
java.lang.Throwable cause)
message - the message of the exceptioncause - the cause of the exceptionpublic InvokerException(java.lang.Throwable cause)
cause - the cause of the exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||