|
|||||||||||
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
org.apache.geronimo.common.NotCoercibleException
This exception is thrown to indicate that an object was not coercible.
Constructor Summary | |
NotCoercibleException()
Construct a NotCoercibleException with no detail. |
|
NotCoercibleException(Object obj)
Construct a NotCoercibleException with an object detail. |
|
NotCoercibleException(String msg)
Construct a NotCoercibleException with the specified detail message. |
|
NotCoercibleException(String msg,
Throwable nested)
Construct a NotCoercibleException with the specified detail message and nested Throwable. |
|
NotCoercibleException(Throwable nested)
Construct a NotCoercibleException 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 NotCoercibleException(String msg)
msg
- Detail message.public NotCoercibleException(String msg, Throwable nested)
msg
- Detail message.nested
- Nested Throwable.public NotCoercibleException(Throwable nested)
nested
- Nested Throwable.public NotCoercibleException()
public NotCoercibleException(Object obj)
obj
- Object detail.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |