org.gcube.application.enm.service
Class ExecutionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.gcube.application.enm.service.ExecutionException
All Implemented Interfaces:
Serializable

public class ExecutionException
extends Exception

Execution resources throw this exception when they find an error that is caused in their platforms.

Author:
Erik Torres
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)

ExecutionException

public ExecutionException(Throwable cause)

ExecutionException

public ExecutionException(String message,
                          Throwable cause)


Copyright © 2012. All Rights Reserved.