org.mindswap.exceptions
Class ServiceNotAvailableException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.mindswap.exceptions.ExecutionException
                  extended by org.mindswap.exceptions.ServiceNotAvailableException
All Implemented Interfaces:
java.io.Serializable

public class ServiceNotAvailableException
extends ExecutionException

Author:
Evren Sirin
See Also:
Serialized Form

Constructor Summary
ServiceNotAvailableException(Process process)
           
ServiceNotAvailableException(Process process, java.lang.Exception e)
           
 
Method Summary
 Process getProcess()
           
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ServiceNotAvailableException

public ServiceNotAvailableException(Process process)

ServiceNotAvailableException

public ServiceNotAvailableException(Process process,
                                    java.lang.Exception e)
Method Detail

getProcess

public Process getProcess()


Copyright © 2004 Evren Sirin. All Rights Reserved.