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

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

public class ExecutionInternalErrorException
extends ExecutionException

Internal error exception

Author:
gpapanikos
See Also:
Serialized Form

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

ExecutionInternalErrorException

public ExecutionInternalErrorException()
Instantiates a new execution internal error exception.


ExecutionInternalErrorException

public ExecutionInternalErrorException(String message)
Instantiates a new execution internal error exception.

Parameters:
message - the message

ExecutionInternalErrorException

public ExecutionInternalErrorException(String message,
                                       Throwable cause)
Instantiates a new execution internal error exception.

Parameters:
message - the message
cause - the cause


Copyright © 2013. All Rights Reserved.