aokell.lib.control
Class CloneCtrlException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by aokell.lib.control.CloneCtrlException
All Implemented Interfaces:
Serializable

public class CloneCtrlException
extends Exception

This exception is raised by the cloneFcCtrl methods defined by controllers whenever an error occurs during the state cloning process.

Author:
Lionel Seinturier
See Also:
Serialized Form

Constructor Summary
CloneCtrlException(String mess)
           
CloneCtrlException(String mess, Throwable t)
           
CloneCtrlException(Throwable t)
           
 
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

CloneCtrlException

public CloneCtrlException(String mess)

CloneCtrlException

public CloneCtrlException(Throwable t)

CloneCtrlException

public CloneCtrlException(String mess,
                          Throwable t)