i3.dragos.core.services.commands
Class ExecutionAbortedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by i3.dragos.core.services.commands.ExecutionAbortedException
All Implemented Interfaces:
java.io.Serializable

public class ExecutionAbortedException
extends java.lang.Exception

Author:
Erhard Weinell <weinell@cs.rwth-aachen.de>
See Also:
Serialized Form

Constructor Summary
ExecutionAbortedException()
           
ExecutionAbortedException(java.lang.String message)
           
ExecutionAbortedException(java.lang.String message, java.lang.Throwable cause)
           
ExecutionAbortedException(java.lang.Throwable 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

ExecutionAbortedException

public ExecutionAbortedException()

ExecutionAbortedException

public ExecutionAbortedException(java.lang.String message,
                                 java.lang.Throwable cause)
Parameters:
message -
cause -

ExecutionAbortedException

public ExecutionAbortedException(java.lang.String message)
Parameters:
message -

ExecutionAbortedException

public ExecutionAbortedException(java.lang.Throwable cause)
Parameters:
cause -


Copyright © 2002-2008 RWTH Aachen, Department of Computer Science 3 (Software Engineering). All Rights Reserved.