com.gridsystems.config.modules.tomcat
Class IncompatiblePortException

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

public class IncompatiblePortException
extends java.lang.Exception

Exception caused by an incompatible connector.

Version:
1.0
Author:
Rodrigo Ruiz Aguayo
See Also:
Serialized Form

Constructor Summary
IncompatiblePortException(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

IncompatiblePortException

public IncompatiblePortException(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.