org.apache.lenya.cms.task
Class ExecutionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.lenya.cms.task.ExecutionException
All Implemented Interfaces:
java.io.Serializable

public class ExecutionException
extends java.lang.Exception

An Exception that is thrown when an error occurs during a task execution.

See Also:
Serialized Form

Constructor Summary
ExecutionException()
          Creates a new instance of ExecutionException
ExecutionException(java.lang.String message)
          Creates a new instance of ExecutionException
ExecutionException(java.lang.String message, java.lang.Throwable cause)
          Creates a new instance of ExecutionException
ExecutionException(java.lang.Throwable cause)
          Creates a new instance of ExecutionException
 
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

ExecutionException

public ExecutionException()
Creates a new instance of ExecutionException


ExecutionException

public ExecutionException(java.lang.String message)
Creates a new instance of ExecutionException

Parameters:
message - the exception message

ExecutionException

public ExecutionException(java.lang.String message,
                          java.lang.Throwable cause)
Creates a new instance of ExecutionException

Parameters:
message - the exception message
cause - the exception cause

ExecutionException

public ExecutionException(java.lang.Throwable cause)
Creates a new instance of ExecutionException

Parameters:
cause - the exception cause


Copyright © 1999-2005 Apache Software Foundation. All Rights Reserved.