org.norther.tammi.spray.loader
Class ExecutionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.norther.tammi.spray.loader.ExecutionException
All Implemented Interfaces:
Serializable

public class ExecutionException
extends Exception

Thrown when task execution fails.

Version:
$Id: ExecutionException.java,v 1.3 2009/09/28 15:08:28 cvsimp Exp $
Author:
Ilkka Priha
See Also:
Serialized Form

Constructor Summary
ExecutionException(String msg)
          Constructs a new exception with a message.
ExecutionException(String msg, Throwable cause)
          Constructs a new exception with a message and cause.
ExecutionException(Throwable cause)
          Constructs a new exception with a cause.
 
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(String msg)
Constructs a new exception with a message.

Parameters:
msg - the message.

ExecutionException

public ExecutionException(Throwable cause)
Constructs a new exception with a cause.

Parameters:
cause - the cause.

ExecutionException

public ExecutionException(String msg,
                          Throwable cause)
Constructs a new exception with a message and cause.

Parameters:
msg - the message.
cause - the cause.


Copyright © 2004 The Norther Organization. All rights reserved.