|
@@ -19,6 +19,14 @@ import org.apache.avalon.framework.CascadingException; |
|
|
public class TaskException |
|
|
public class TaskException |
|
|
extends CascadingException |
|
|
extends CascadingException |
|
|
{ |
|
|
{ |
|
|
|
|
|
/** |
|
|
|
|
|
* Basic constructor for exception that does not specify a message |
|
|
|
|
|
*/ |
|
|
|
|
|
public TaskException() |
|
|
|
|
|
{ |
|
|
|
|
|
this( "", null ); |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
/** |
|
|
/** |
|
|
* Basic constructor with a message |
|
|
* Basic constructor with a message |
|
|
* |
|
|
* |
|
|