|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.eclipse.stardust.common.error.ApplicationException
org.eclipse.stardust.common.error.PublicException
org.eclipse.stardust.common.error.ServiceCommandException
public class ServiceCommandException
Thrown if the execution of a service command failed.
| Constructor Summary | |
|---|---|
ServiceCommandException(ErrorCase errorCase,
java.lang.Throwable cause)
Constructs a new ServiceCommandException with an error case and a cause. |
|
ServiceCommandException(java.lang.String error,
java.lang.Throwable cause)
Constructs a new ServiceCommandException with a message and a cause. |
|
| Method Summary |
|---|
| Methods inherited from class org.eclipse.stardust.common.error.ApplicationException |
|---|
getError, getInner, getLocalizedMessage, isLogged, setLogged, setResourceBundle |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ServiceCommandException(java.lang.String error,
java.lang.Throwable cause)
error - the exception message.cause - the cause of the exception.
public ServiceCommandException(ErrorCase errorCase,
java.lang.Throwable cause)
errorCase - the error case describing the exception.cause - the cause of the exception.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||