|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.apache.lenya.cms.task.ExecutionException
public class ExecutionException
An Exception that is thrown when an error occurs during a task execution.
| 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 |
|---|
public ExecutionException()
public ExecutionException(java.lang.String message)
message - the exception message
public ExecutionException(java.lang.String message,
java.lang.Throwable cause)
message - the exception messagecause - the exception causepublic ExecutionException(java.lang.Throwable cause)
cause - the exception cause
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||