cgl.narada.wsinfra.exception
Class DeploymentException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycgl.narada.wsinfra.exception.DeploymentException
All Implemented Interfaces:
Serializable

public class DeploymentException
extends Exception

The exception that is thrown when there are problems related to deployment of services.

See Also:
Serialized Form

Constructor Summary
DeploymentException(String reason)
           
DeploymentException(String reason, String errorCode)
           
 
Method Summary
 String getStackTraceAsString()
          Gets the stack trace associated with the exception
 String toString()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DeploymentException

public DeploymentException(String reason)

DeploymentException

public DeploymentException(String reason,
                           String errorCode)
Method Detail

toString

public String toString()

getStackTraceAsString

public String getStackTraceAsString()
Gets the stack trace associated with the exception