jegg.impl
Class DuplicatePortException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjegg.impl.DuplicatePortException
All Implemented Interfaces:
java.io.Serializable

public class DuplicatePortException
extends java.lang.Exception

Exception response sent when an attempt is made to register a port under a name that already exists in the registry.

See Also:
Serialized Form

Constructor Summary
DuplicatePortException()
          Constructor.
DuplicatePortException(java.lang.String message)
          Constructor.
DuplicatePortException(java.lang.String message, java.lang.Throwable throwable)
          Constructor.
DuplicatePortException(java.lang.Throwable throwable)
          Constructor.
 
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

DuplicatePortException

public DuplicatePortException()
Constructor.


DuplicatePortException

public DuplicatePortException(java.lang.String message)
Constructor.

Parameters:
message - an explanation of the error.

DuplicatePortException

public DuplicatePortException(java.lang.Throwable throwable)
Constructor.

Parameters:
throwable - a nested exception

DuplicatePortException

public DuplicatePortException(java.lang.String message,
                              java.lang.Throwable throwable)
Constructor.

Parameters:
message - an explanation of the error.
throwable - a nested exception


Copyright © 2004 . All Rights Reserved.