org.glassfish.paas.orchestrator.service.spi
Class ServiceProvisioningException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.glassfish.paas.orchestrator.service.spi.ServiceProvisioningException
- All Implemented Interfaces:
- Serializable
public class ServiceProvisioningException
- extends RuntimeException
ServiceProvisioningException exception is thrown by the
provisioning engine when any of the provisioning or unprovisioning
activity fails.
- Author:
- bhavanishankar@java.net
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
ServiceProvisioningException
public ServiceProvisioningException()
ServiceProvisioningException
public ServiceProvisioningException(String message)
ServiceProvisioningException
public ServiceProvisioningException(String message,
Throwable cause)
ServiceProvisioningException
public ServiceProvisioningException(Throwable cause)
Copyright © 2012. All Rights Reserved.