org.talika.tarsis.command.action
Class UnrecoverableException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.talika.tarsis.error.UserException
              extended by org.talika.tarsis.command.action.ActionException
                  extended by org.talika.tarsis.command.action.UnrecoverableException
All Implemented Interfaces:
java.io.Serializable

public class UnrecoverableException
extends ActionException

Defines an exception that a action throws to indicate that it is permanently unavailable.

Version:
$Revision: 113 $
Author:
Jose M. Palomar
See Also:
Serialized Form

Constructor Summary
UnrecoverableException(java.lang.String msg)
          Constructs a new UnrecoverableException with given message and cause.
UnrecoverableException(java.lang.String msg, java.lang.Throwable rootCause)
          Constructs a new UnrecoverableException with given message and cause.
 
Method Summary
 
Methods inherited from class org.talika.tarsis.error.UserException
getRootCause
 
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

UnrecoverableException

public UnrecoverableException(java.lang.String msg)
Constructs a new UnrecoverableException with given message and cause.

Parameters:
msg - String text of the exception message.

UnrecoverableException

public UnrecoverableException(java.lang.String msg,
                              java.lang.Throwable rootCause)
Constructs a new UnrecoverableException with given message and cause.

Parameters:
msg - String text of the exception message.
rootCause - Throwable the Throwable exception that caused this exception.


Copyright © 2002-2012 Talika Open Source Group. All Rights Reserved.