org.glassfish.internal.embedded
Class BindException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.glassfish.internal.embedded.BindException
All Implemented Interfaces:
Serializable

public class BindException
extends Exception

BindException are thrown when port cannot be bound to a port number

Author:
Jerome Dochez
See Also:
Serialized Form

Constructor Summary
BindException()
           
 
Method Summary
 
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

BindException

public BindException()


Copyright © 2012 GlassFish Community. All Rights Reserved.