org.op4j.exceptions
Class ExecutionException

Object
  extended by Throwable
      extended by Exception
          extended by RuntimeException
              extended by org.op4j.exceptions.ExecutionException
All Implemented Interfaces:
Serializable

public class ExecutionException
extends RuntimeException

Since:
1.0
Author:
Daniel Fernández
See Also:
Serialized Form

Constructor Summary
ExecutionException()
           
ExecutionException(String msg)
           
ExecutionException(String msg, Throwable cause)
           
ExecutionException(Throwable cause)
           
 
Method Summary
 
Methods inherited from class Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ExecutionException

public ExecutionException()

ExecutionException

public ExecutionException(String msg,
                          Throwable cause)

ExecutionException

public ExecutionException(String msg)

ExecutionException

public ExecutionException(Throwable cause)


Copyright © 2012 The OP4J team. All Rights Reserved.