|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
gr.uoa.di.madgik.execution.exception.ExecutionException
gr.uoa.di.madgik.execution.exception.ExecutionInternalErrorException
public class ExecutionInternalErrorException
Internal error exception
| Constructor Summary | |
|---|---|
ExecutionInternalErrorException()
Instantiates a new execution internal error exception. |
|
ExecutionInternalErrorException(String message)
Instantiates a new execution internal error exception. |
|
ExecutionInternalErrorException(String message,
Throwable cause)
Instantiates a new execution internal error exception. |
|
| 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 |
|---|
public ExecutionInternalErrorException()
public ExecutionInternalErrorException(String message)
message - the message
public ExecutionInternalErrorException(String message,
Throwable cause)
message - the messagecause - the cause
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||