org.dbe.studio.tools.exporter
Class DeploymentException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.dbe.studio.tools.exporter.DeploymentException
All Implemented Interfaces:
java.io.Serializable

public class DeploymentException
extends java.lang.Exception

This class implements a deployment exception

Author:
David McKitterick
See Also:
Serialized Form

Constructor Summary
DeploymentException()
          Constrictor 1
DeploymentException(java.lang.String message)
          Constructor 2
 
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()
Constrictor 1


DeploymentException

public DeploymentException(java.lang.String message)
Constructor 2

Parameters:
message - the exception message


Copyright © 2004-2006 Digital Business Ecosystem. All Rights Reserved.