gr.uoa.di.madgik.execution.exception
Class ExecutionCancelException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by gr.uoa.di.madgik.execution.exception.ExecutionException
              extended by gr.uoa.di.madgik.execution.exception.ExecutionCancelException
All Implemented Interfaces:
Serializable

public class ExecutionCancelException
extends ExecutionException

The execution has been canceled

Author:
gpapanikos
See Also:
Serialized Form

Constructor Summary
ExecutionCancelException()
          Instantiates a new execution cancel exception.
ExecutionCancelException(String message)
          Instantiates a new execution cancel exception.
ExecutionCancelException(String message, Throwable cause)
          Instantiates a new execution cancel 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

ExecutionCancelException

public ExecutionCancelException()
Instantiates a new execution cancel exception.


ExecutionCancelException

public ExecutionCancelException(String message)
Instantiates a new execution cancel exception.

Parameters:
message - the message

ExecutionCancelException

public ExecutionCancelException(String message,
                                Throwable cause)
Instantiates a new execution cancel exception.

Parameters:
message - the message
cause - the cause


Copyright © 2013. All Rights Reserved.