|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--com.cafesoft.core.exception.NestedException
|
+--com.cafesoft.core.util.MonitoredProcessException
An exception that is thrown if an error occurs in a MonitoredProcess.
| 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 |
public MonitoredProcessException()
public MonitoredProcessException(String message)
message - message describing this exceptionpublic MonitoredProcessException(Throwable cause)
cause - Throwable that caused this exception
public MonitoredProcessException(String message,
Throwable cause)
message - message describing this exceptioncause - Throwable that caused this exception
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||