org.smartcomps.twister.deployer.exception
Class DeploymentException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--org.smartcomps.twister.deployer.exception.DeploymentException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
DocumentParsingException

public class DeploymentException
extends java.lang.Exception

Base exception for the deployer part

See Also:
Serialized Form

Constructor Summary
DeploymentException(java.lang.String message)
           
DeploymentException(java.lang.String message, java.lang.Throwable cause)
           
DeploymentException(java.lang.Throwable cause)
           
 
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

DeploymentException

public DeploymentException(java.lang.String message)

DeploymentException

public DeploymentException(java.lang.String message,
                           java.lang.Throwable cause)

DeploymentException

public DeploymentException(java.lang.Throwable cause)


Copyright © 2003 SmartComps. All Rights Reserved.