org.ops4j.exec
Class ExecutionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
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.