|
|
|
|
|
||||||||||
| 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
public class PulseException
Superclass for all Exceptions thrown by pulse.
| Constructor Summary | |
|---|---|
PulseException()
constructs a new exception with null as its detail message. |
|
PulseException(java.lang.String message)
constructs a new exception with the specified detail message. |
|
PulseException(java.lang.String message,
java.lang.Throwable cause)
constructs a new exception with the specified detail message and cause. |
|
PulseException(java.lang.Throwable cause)
constructs a new exception with the specified cause. |
|
| Method Summary | |
|---|---|
java.lang.String |
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 PulseException()
null as its detail message.
public PulseException(java.lang.String message)
message - the message of the exception
public PulseException(java.lang.String message,
java.lang.Throwable cause)
message - the message of the exceptioncause - the cause of the exceptionpublic PulseException(java.lang.Throwable cause)
cause - the cause of the exception| Method Detail |
|---|
public java.lang.String getDetailMessage()
Throwable.getMessage()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||