org.ow2.carol.cmi.jndi.context
Class CMIContextException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.ow2.carol.cmi.jndi.context.CMIContextException
All Implemented Interfaces:
java.io.Serializable

public class CMIContextException
extends java.lang.Exception

Exception thrown if there is a failure in the wrapper of context CMIContext.

Author:
The new CMI team
See Also:
Serialized Form

Constructor Summary
CMIContextException(java.lang.String msg)
           
CMIContextException(java.lang.String msg, java.lang.Throwable cause)
           
 
Method Summary
 
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

CMIContextException

public CMIContextException(java.lang.String msg)
Parameters:
msg -

CMIContextException

public CMIContextException(java.lang.String msg,
                           java.lang.Throwable cause)
Parameters:
msg -
cause -


Copyright © 2008 OW2 Consortium. All Rights Reserved.