org.huihoo.jfox.ejb.exception
Class CoercionException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--org.huihoo.jfox.ejb.exception.NestedRuntimeException
                          |
                          +--org.huihoo.jfox.ejb.exception.CoercionException
All Implemented Interfaces:
NestedThrowable, java.io.Serializable
Direct Known Subclasses:
NotCoercibleException

public class CoercionException
extends NestedRuntimeException

Version:
Revision: 0.9.0
Author:
tai_1219@sina.com
See Also:
Serialized Form

Nested Class Summary
 
Nested classes inherited from class org.huihoo.jfox.ejb.exception.NestedThrowable
NestedThrowable.Util
 
Field Summary
 
Fields inherited from interface org.huihoo.jfox.ejb.exception.NestedThrowable
DETECT_DUPLICATE_NESTING, NESTED_TRACE_ENABLED, PARENT_TRACE_ENABLED
 
Constructor Summary
CoercionException()
          Construct a CoercionException with no detail.
CoercionException(java.lang.String msg)
          Construct a CoercionException with the specified detail message.
CoercionException(java.lang.String msg, java.lang.Throwable nested)
          Construct a CoercionException with the specified detail message and nested Throwable.
CoercionException(java.lang.Throwable nested)
          Construct a CoercionException with the specified nested Throwable.
 
Methods inherited from class org.huihoo.jfox.ejb.exception.NestedRuntimeException
getCause, getMessage, getNested, printStackTrace, printStackTrace, printStackTrace
 
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
 

Constructor Detail

CoercionException

public CoercionException()
Construct a CoercionException with no detail.


CoercionException

public CoercionException(java.lang.Throwable nested)
Construct a CoercionException with the specified nested Throwable.

Parameters:
nested - Nested Throwable.

CoercionException

public CoercionException(java.lang.String msg,
                         java.lang.Throwable nested)
Construct a CoercionException with the specified detail message and nested Throwable.

Parameters:
msg - Detail message.
nested - Nested Throwable.

CoercionException

public CoercionException(java.lang.String msg)
Construct a CoercionException with the specified detail message.

Parameters:
msg - Detail message.