|
|||||||||
| 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.oddjob.OddjobException
An exception to be used by Oddjob jobs.
| Constructor Summary | |
OddjobException()
Constructs a new oddjob exception with no message an no cause. |
|
OddjobException(java.lang.String s)
Constructs a new Oddjob exception with given message. |
|
OddjobException(java.lang.String s,
java.lang.Throwable t)
Constructs a new oddjob excpetion with the given message an cause. |
|
OddjobException(java.lang.Throwable t)
Constructs a new Oddjob exception with the given cause. |
|
| 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 OddjobException()
public OddjobException(java.lang.String s,
java.lang.Throwable t)
s - The message.t - The cause.public OddjobException(java.lang.Throwable t)
t - The cause.public OddjobException(java.lang.String s)
s - The message.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||