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