org.glassfish.paas.orchestrator
Class PaaSDeploymentException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.glassfish.paas.orchestrator.PaaSDeploymentException
All Implemented Interfaces:
Serializable

public class PaaSDeploymentException
extends Exception

Author:
Jagadish Ramu
See Also:
Serialized Form

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

PaaSDeploymentException

public PaaSDeploymentException()

PaaSDeploymentException

public PaaSDeploymentException(String message)

PaaSDeploymentException

public PaaSDeploymentException(String message,
                               Throwable cause)

PaaSDeploymentException

public PaaSDeploymentException(Throwable cause)


Copyright © 2012. All Rights Reserved.