tamago.ext.tamagocc
Class TamagoCCHotSwappingException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by tamago.TamagoException
                  extended by tamago.ext.tamagocc.TamagoCCHotSwappingException
All Implemented Interfaces:
java.io.Serializable

public class TamagoCCHotSwappingException
extends TamagoException

This class represents the exception throws by user or container when an error during the changing of the underlying implementation.

Author:
Hakim Belhaouari
See Also:
Serialized Form

Constructor Summary
TamagoCCHotSwappingException()
           
TamagoCCHotSwappingException(java.lang.String message)
           
TamagoCCHotSwappingException(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

TamagoCCHotSwappingException

public TamagoCCHotSwappingException(java.lang.String message)
Parameters:
message -

TamagoCCHotSwappingException

public TamagoCCHotSwappingException()

TamagoCCHotSwappingException

public TamagoCCHotSwappingException(java.lang.Throwable cause)
Parameters:
cause -