com.cafesoft.core.util
Class MonitoredProcessException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.cafesoft.core.exception.NestedException
                    |
                    +--com.cafesoft.core.util.MonitoredProcessException
All Implemented Interfaces:
Serializable

public class MonitoredProcessException
extends NestedException

An exception that is thrown if an error occurs in a MonitoredProcess.

Since:
5/6/03
See Also:
Serialized Form

Constructor Summary
MonitoredProcessException()
          Construct a new MonitoredProcessException with no other information.
MonitoredProcessException(String message)
          Construct a new MonitoredProcessException for the specified message.
MonitoredProcessException(String message, Throwable cause)
          Construct a new MonitoredProcessException for the specified message and throwable.
MonitoredProcessException(Throwable cause)
          Construct a new MonitoredProcessException for the specified throwable.
 
Methods inherited from class com.cafesoft.core.exception.NestedException
getCause, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getStackTrace, initCause, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MonitoredProcessException

public MonitoredProcessException()
Construct a new MonitoredProcessException with no other information.


MonitoredProcessException

public MonitoredProcessException(String message)
Construct a new MonitoredProcessException for the specified message.

Parameters:
message - message describing this exception

MonitoredProcessException

public MonitoredProcessException(Throwable cause)
Construct a new MonitoredProcessException for the specified throwable.

Parameters:
cause - Throwable that caused this exception

MonitoredProcessException

public MonitoredProcessException(String message,
                                 Throwable cause)
Construct a new MonitoredProcessException for the specified message and throwable.

Parameters:
message - message describing this exception
cause - Throwable that caused this exception


Generated on 8:41:50 AM June 06, 2005, © 1996-2005 Cafésoft LLC. All rights reserved.