kaos.core.csi.request
Class ActionFailureException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by kaos.core.csi.request.ActionFailureException
All Implemented Interfaces:
java.io.Serializable

public class ActionFailureException
extends java.lang.Exception

Defines an exception to be thrown when the requested action fails.

Author:
KAoS Team
See Also:
Serialized Form

Constructor Summary
ActionFailureException()
          Constructs a new ActionFailureException with no detailed message.
ActionFailureException(java.lang.String s)
          Constructs a new ActionFailureException with a detailed message.
 
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

ActionFailureException

public ActionFailureException()
Constructs a new ActionFailureException with no detailed message.


ActionFailureException

public ActionFailureException(java.lang.String s)
Constructs a new ActionFailureException with a detailed message. A detail message is a String that describes the exception.



Copyright © 2006 IHMC All Rights Reserved.