com.cafesoft.core.util
Class MonitoredProcessException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.cafesoft.core.exception.NestedException
              extended by 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.
 
Method Summary
 
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 10:38:35 AM April 14, 2011, © 1996-2010 Cafésoft LLC. All rights reserved.