当前页面:
在线文档首页 >
JBoss 4.0.1 sp1 common API Documentation 英文版文档
CoercionException (JBoss/Common API) - JBoss 4.0.1 sp1 common API Documentation 英文版文档
org.jboss.util
Class CoercionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.jboss.util.NestedRuntimeException
org.jboss.util.CoercionException
- All Implemented Interfaces:
- NestedThrowable, Serializable
- Direct Known Subclasses:
- NotCoercibleException
- public class CoercionException
- extends NestedRuntimeException
This exception is thrown to indicate that a problem has occured while
trying to coerce an object.
- Version:
- $Revision: 1.1 $
- Author:
- Jason Dillon
- See Also:
- Serialized Form
CoercionException
public CoercionException(String msg)
- Construct a CoercionException with the specified detail
message.
- Parameters:
msg
- Detail message.
CoercionException
public CoercionException(String msg,
Throwable nested)
- Construct a CoercionException with the specified detail
message and nested Throwable.
- Parameters:
msg
- Detail message.nested
- Nested Throwable.
CoercionException
public CoercionException(Throwable nested)
- Construct a CoercionException with the specified
nested Throwable.
- Parameters:
nested
- Nested Throwable.
CoercionException
public CoercionException()
- Construct a CoercionException with no detail.
Copyright © 2002 JBoss Group, LLC. All Rights Reserved.