jegg
Class PortException

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

public class PortException
extends java.lang.Exception

Exception raised if a port can not accept a message for any reason.

See Also:
Serialized Form

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

PortException

public PortException()

PortException

public PortException(java.lang.String message)
Parameters:
message -

PortException

public PortException(java.lang.Throwable cause)
Parameters:
cause -

PortException

public PortException(java.lang.String message,
                     java.lang.Throwable cause)
Parameters:
message -
cause -


Copyright © 2004 . All Rights Reserved.