com.sun.enterprise.ee.cms.core
Class GMSNotInitializedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.sun.enterprise.ee.cms.core.GMSException
              extended by com.sun.enterprise.ee.cms.core.GMSNotInitializedException
All Implemented Interfaces:
Serializable

public class GMSNotInitializedException
extends GMSException

An exception class that captures exception conditions occuring while startup or shutdown of the GMS layer.

Version:
$Revision: 1.2 $
Author:
Shreedhar Ganapathy Date: Mar 1, 2004
See Also:
Serialized Form

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

GMSNotInitializedException

public GMSNotInitializedException()

GMSNotInitializedException

public GMSNotInitializedException(String message)

GMSNotInitializedException

public GMSNotInitializedException(Throwable e)

GMSNotInitializedException

public GMSNotInitializedException(String s,
                                  Throwable e)


Copyright © 2003 Copyright 2004 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms.