org.inria.myriads.snoozenode.exception
Class DispatchPlanException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.inria.myriads.snoozenode.exception.DispatchPlanException
All Implemented Interfaces:
Serializable

public class DispatchPlanException
extends Exception

Exception from virtual cluster submission worker.

Author:
Eugen Feller
See Also:
Serialized Form

Constructor Summary
DispatchPlanException()
          Empty constructor.
DispatchPlanException(String message)
          Dispatch exception.
 
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

DispatchPlanException

public DispatchPlanException()
Empty constructor.


DispatchPlanException

public DispatchPlanException(String message)
Dispatch exception.

Parameters:
message - The message


Copyright © 2012. All Rights Reserved.