org.apache.jetspeed.deployment
Class DeploymentException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.apache.jetspeed.deployment.DeploymentException
All Implemented Interfaces:
Serializable

public class DeploymentException
extends Exception

DeploymentException

Version:
$Id: DeploymentException.java 188413 2005-03-23 22:11:46Z ate $
Author:
Scott T. Weaver
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.lang.Exception
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
DeploymentException()
           
DeploymentException(String arg0)
           
DeploymentException(String arg0, Throwable arg1)
           
DeploymentException(Throwable arg0)
           
 
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()

DeploymentException

public DeploymentException(String arg0)
Parameters:
arg0 -

DeploymentException

public DeploymentException(Throwable arg0)
Parameters:
arg0 -

DeploymentException

public DeploymentException(String arg0,
                           Throwable arg1)
Parameters:
arg0 -
arg1 -


Copyright © 1999-2005 Apache Software Foundation. All Rights Reserved.