org.codehaus.plexus.service.jetty
Class JettyPlexusServiceException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.codehaus.plexus.service.jetty.JettyPlexusServiceException
All Implemented Interfaces:
java.io.Serializable

public class JettyPlexusServiceException
extends java.lang.Exception

Version:
$Id: JettyPlexusServiceException.java 1550 2005-03-15 05:48:31Z trygvis $
Author:
Trygve Laugstøl
See Also:
Serialized Form

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

JettyPlexusServiceException

public JettyPlexusServiceException(java.lang.String message)

JettyPlexusServiceException

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