com.gridsystems.config.modules.tomcat
Class PortInUseException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.gridsystems.config.modules.tomcat.PortInUseException
All Implemented Interfaces:
java.io.Serializable

public class PortInUseException
extends java.lang.Exception

Exception caused by a port already in use.

Version:
1.0
See Also:
Serialized Form

Constructor Summary
PortInUseException(Connector c)
          Creates a new instance.
 
Method Summary
 Connector getConnector()
          Gets this exception connector.
 java.lang.String getMessage()
          
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, 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

PortInUseException

public PortInUseException(Connector c)
Creates a new instance.

Parameters:
c - the connector that caused this exception
Method Detail

getConnector

public Connector getConnector()
Gets this exception connector.

Returns:
the connector that causes this exception

getMessage

public java.lang.String getMessage()

Overrides:
getMessage in class java.lang.Throwable


Copyright © 2007-2008 Grid Systems, S.A.. All Rights Reserved.