org.apache.geronimo.common
Class NotCoercibleException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byorg.apache.geronimo.common.CoercionException
                  extended byorg.apache.geronimo.common.NotCoercibleException
All Implemented Interfaces:
Serializable

public class NotCoercibleException
extends CoercionException

This exception is thrown to indicate that an object was not coercible.

Version:
$Revision: 1.3 $ $Date: 2004/03/10 09:58:25 $
See Also:
Serialized Form

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

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 © 2003-2005 Apache Software Foundation. All Rights Reserved.