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