org.jboss.jbossas.servermanager
Class ServerShutdownException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by org.jboss.jbossas.servermanager.ServerShutdownException
All Implemented Interfaces:
Serializable

public class ServerShutdownException
extends IOException

Signals server shutdown problems.

Version:
$Revision: 1 $
Author:
Martin Vecera
See Also:
Serialized Form

Constructor Summary
ServerShutdownException()
           
ServerShutdownException(String s)
           
 
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

ServerShutdownException

public ServerShutdownException()

ServerShutdownException

public ServerShutdownException(String s)


Copyright © 2009 JBoss, a division of Red Hat, Inc.. All Rights Reserved.