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

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

public class GMSException
extends Exception

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

GMSException

public GMSException()

GMSException

public GMSException(String message)

GMSException

public GMSException(Throwable e)

GMSException

public GMSException(String s,
                    Throwable e)


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