com.scooterframework.common.exception
Class ExecutionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.scooterframework.common.exception.GenericException
com.scooterframework.common.exception.ExecutionException
- All Implemented Interfaces:
- java.io.Serializable
public class ExecutionException
- extends GenericException
class ExecutionException
- See Also:
- Serialized Form
Field Summary |
protected java.lang.Object[] |
args
|
protected java.lang.String |
className
|
protected java.lang.String |
methodName
|
Constructor Summary |
ExecutionException(java.lang.String className,
java.lang.String methodName,
java.lang.Object[] args,
java.lang.Throwable cause)
|
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
className
protected java.lang.String className
methodName
protected java.lang.String methodName
args
protected java.lang.Object[] args
ExecutionException
public ExecutionException(java.lang.String className,
java.lang.String methodName,
java.lang.Object[] args,
java.lang.Throwable cause)
getMessage
public java.lang.String getMessage()
- Overrides:
getMessage
in class java.lang.Throwable