org.huihoo.jfox.ejb.exception
Class NotCoercibleException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--java.lang.RuntimeException
|
+--org.huihoo.jfox.ejb.exception.NestedRuntimeException
|
+--org.huihoo.jfox.ejb.exception.CoercionException
|
+--org.huihoo.jfox.ejb.exception.NotCoercibleException
- All Implemented Interfaces:
- NestedThrowable, java.io.Serializable
- public class NotCoercibleException
- extends CoercionException
- Version:
- $0.9.0$
- Author:
- tai_1219@sina.com
- See Also:
- Serialized Form
|
Constructor Summary |
NotCoercibleException()
Construct a NotCoercibleException with no detail. |
NotCoercibleException(java.lang.Object obj)
Construct a NotCoercibleException with an object detail. |
NotCoercibleException(java.lang.String msg)
Construct a NotCoercibleException with the specified detail
message. |
NotCoercibleException(java.lang.String msg,
java.lang.Throwable nested)
Construct a NotCoercibleException with the specified detail
message and nested Throwable. |
NotCoercibleException(java.lang.Throwable nested)
Construct a NotCoercibleException with the specified
nested Throwable. |
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, getStackTrace, initCause, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
NotCoercibleException
public NotCoercibleException(java.lang.Object obj)
- Construct a NotCoercibleException with an object detail.
- Parameters:
obj - Object detail.
NotCoercibleException
public NotCoercibleException()
- Construct a NotCoercibleException with no detail.
NotCoercibleException
public NotCoercibleException(java.lang.Throwable nested)
- Construct a NotCoercibleException with the specified
nested Throwable.
- Parameters:
nested - Nested Throwable.
NotCoercibleException
public NotCoercibleException(java.lang.String msg,
java.lang.Throwable nested)
- Construct a NotCoercibleException with the specified detail
message and nested Throwable.
- Parameters:
msg - Detail message.nested - Nested Throwable.
NotCoercibleException
public NotCoercibleException(java.lang.String msg)
- Construct a NotCoercibleException with the specified detail
message.
- Parameters:
msg - Detail message.