org.eclipse.stardust.common.error
Class ServiceCommandException
java.lang.Object
java.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
- All Implemented Interfaces:
- Serializable
public class ServiceCommandException
- extends PublicException
Thrown if the execution of a service command failed.
- Version:
- $Revision: $
- Author:
- Florin.Herinean
- See Also:
- Serialized Form
ServiceCommandException
public ServiceCommandException(String error,
Throwable cause)
- Constructs a new ServiceCommandException with a message and a cause.
- Parameters:
error - the exception message.cause - the cause of the exception.
ServiceCommandException
public ServiceCommandException(ErrorCase errorCase,
Throwable cause)
- Constructs a new ServiceCommandException with an error case and a cause.
- Parameters:
errorCase - the error case describing the exception.cause - the cause of the exception.
Copyright © 2017 Eclipse Stardust. All Rights Reserved.