org.codehaus.plexus.appserver.lifecycle
Class AppServerLifecycleException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.codehaus.plexus.appserver.lifecycle.AppServerLifecycleException
All Implemented Interfaces:
java.io.Serializable

public class AppServerLifecycleException
extends java.lang.Exception

Author:
Jason van Zyl
See Also:
Serialized Form

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

AppServerLifecycleException

public AppServerLifecycleException(java.lang.String string)

AppServerLifecycleException

public AppServerLifecycleException(java.lang.String string,
                                   java.lang.Throwable throwable)

AppServerLifecycleException

public AppServerLifecycleException(java.lang.Throwable throwable)


Copyright 2001-2001-2006 Codehaus. All Rights Reserved.