uk.ac.soton.itinnovation.nextgrid.api.pom.exceptions
Class ExecutionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by uk.ac.soton.itinnovation.nextgrid.api.pom.exceptions.ExecutionException
All Implemented Interfaces:
java.io.Serializable

public class ExecutionException
extends java.lang.RuntimeException

ExecutionException type.

Author:
Nikolaos Matskanis
See Also:
Serialized Form

Constructor Summary
ExecutionException()
          Creates a new instance.
ExecutionException(java.lang.String message)
          Creates a new instance.
ExecutionException(java.lang.String message, java.lang.Throwable cause)
          Creates a new instance.
ExecutionException(java.lang.Throwable t)
          Creates a new instance.
 
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

ExecutionException

public ExecutionException()
Creates a new instance.


ExecutionException

public ExecutionException(java.lang.String message)
Creates a new instance.

Parameters:
message - A text message

ExecutionException

public ExecutionException(java.lang.Throwable t)
Creates a new instance.

Parameters:
t - The cause

ExecutionException

public ExecutionException(java.lang.String message,
                          java.lang.Throwable cause)
Creates a new instance.

Parameters:
message - Text message
cause - Cause


Copyright © 2006-2008 Grid Systems, S.A.. All Rights Reserved.