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

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

public class SignalReleaseException
extends Exception

Raises exceptions occuring while releasing signals. This will occur on rare conditions, for example, when it is impossible to stop fencing a previously failed server.

Version:
$Revision: 1.2 $
Author:
Shreedhar Ganapathy Date: Jan 8, 2004
See Also:
Serialized Form

Constructor Summary
SignalReleaseException()
           
SignalReleaseException(Exception e)
           
SignalReleaseException(String message)
           
 
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

SignalReleaseException

public SignalReleaseException()

SignalReleaseException

public SignalReleaseException(String message)

SignalReleaseException

public SignalReleaseException(Exception e)


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