|
|||||||||||
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.apache.geronimo.common.CoercionException
This exception is thrown to indicate that a problem has occured while trying to coerce an object.
Constructor Summary | |
CoercionException()
Construct a CoercionException with no detail. |
|
CoercionException(String msg)
Construct a CoercionException with the specified detail message. |
|
CoercionException(String msg,
Throwable nested)
Construct a CoercionException with the specified detail message and nested Throwable. |
|
CoercionException(Throwable nested)
Construct a CoercionException with the specified nested Throwable. |
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 CoercionException(String msg)
msg
- Detail message.public CoercionException(String msg, Throwable nested)
msg
- Detail message.nested
- Nested Throwable.public CoercionException(Throwable nested)
nested
- Nested Throwable.public CoercionException()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |