org.glassfish.embeddable
Class GlassFishException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.glassfish.embeddable.GlassFishException
All Implemented Interfaces:
Serializable

public class GlassFishException
extends Exception

A custom Exception type used in the embedded glassfish startup modules.

Author:
prasad
See Also:
Serialized Form

Constructor Summary
GlassFishException(String message)
           
GlassFishException(String message, Throwable cause)
           
GlassFishException(Throwable e)
           
 
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

GlassFishException

public GlassFishException(String message,
                          Throwable cause)

GlassFishException

public GlassFishException(Throwable e)

GlassFishException

public GlassFishException(String message)


Copyright © 2012. All Rights Reserved.