org.glassfish.paas.orchestrator.service.spi
Class ServiceProvisioningException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by 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

Constructor Summary
ServiceProvisioningException()
           
ServiceProvisioningException(String message)
           
ServiceProvisioningException(String message, Throwable cause)
           
ServiceProvisioningException(Throwable cause)
           
 
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

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.