org.ops4j.exec
Class ExecutionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.ops4j.exec.ExecutionException
All Implemented Interfaces:
Serializable

public class ExecutionException
extends RuntimeException

Thrown to indicate an exception during running of the platform.

Since:
August 19, 2007
Author:
Alin Dreghiciu, Harald Wellmann
See Also:
Serialized Form

Constructor Summary
ExecutionException()
           
ExecutionException(String message)
           
ExecutionException(String message, Throwable cause)
           
ExecutionException(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

ExecutionException

public ExecutionException()

ExecutionException

public ExecutionException(String message)
Parameters:
message - The exception message.
See Also:
Exception.Exception(String)

ExecutionException

public ExecutionException(String message,
                          Throwable cause)
Parameters:
message - The exception message.
cause - The original cause of this exception.
See Also:
Exception.Exception(String,Throwable)

ExecutionException

public ExecutionException(Throwable cause)
Parameters:
message - The exception message.
cause - The original cause of this exception.
See Also:
Exception.Exception(String,Throwable)


Copyright © 2006-2013 OPS4J - Open Participation Software for Java. All Rights Reserved.