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

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.ExecutionEngineFullException
All Implemented Interfaces:
Serializable

public class ExecutionEngineFullException
extends ExecutionException

The engine cannot hold a new plan submission

Author:
gpapanikos
See Also:
Serialized Form

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

ExecutionEngineFullException

public ExecutionEngineFullException()
Instantiates a new execution engine full exception.


ExecutionEngineFullException

public ExecutionEngineFullException(String message)
Instantiates a new execution engine full exception.

Parameters:
message - the message

ExecutionEngineFullException

public ExecutionEngineFullException(String message,
                                    Throwable cause)
Instantiates a new execution engine full exception.

Parameters:
message - the message
cause - the cause


Copyright © 2012. All Rights Reserved.