org.abstracthorizon.extend.server.deployment
Class DeploymentException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.abstracthorizon.extend.server.deployment.DeploymentException
All Implemented Interfaces:
Serializable

public class DeploymentException
extends RuntimeException

Deployment exception

Author:
Daniel Sendula
See Also:
Serialized Form

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

DeploymentException

public DeploymentException()
Constructor


DeploymentException

public DeploymentException(String msg)
Constructor

Parameters:
msg - message

DeploymentException

public DeploymentException(Throwable cause)
Constructor

Parameters:
cause - cuase

DeploymentException

public DeploymentException(String msg,
                           Throwable cause)
Constructor

Parameters:
msg - message
cause - cause


Copyright © 2005-2009 Abstract Horizon. All Rights Reserved.