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

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

public class ExecutionValidationException
extends ExecutionException

Validation exception

Author:
gpapanikos
See Also:
Serialized Form

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

ExecutionValidationException

public ExecutionValidationException()
Instantiates a new execution validation exception.


ExecutionValidationException

public ExecutionValidationException(String message)
Instantiates a new execution validation exception.

Parameters:
message - the message

ExecutionValidationException

public ExecutionValidationException(String message,
                                    Throwable cause)
Instantiates a new execution validation exception.

Parameters:
message - the message
cause - the cause


Copyright © 2012. All Rights Reserved.