| | | | SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
|
|
com.newstep.solid.management.runtime.beacon
|
Class ProcessMonitorException
|
java.lang.Throwable
|
+--java.lang.Exception
|
+--com.newstep.solid.management.runtime.beacon.ProcessMonitorException
All Implemented Interfaces:
Serializable
public class ProcessMonitorException
Base for all exceptions related to the ProcessMonitorException.
When accessing C++ code from JNI.
Author:
rcavero
Exceptions:
true
| Field Summary |
private final static long |
|
| Constructor Summary |
public void |
|
public void |
|
public void |
|
public void |
|
private final static long serialVersionUID
Final.
Multiplicity:
1
Static.
public void ProcessMonitorException (Throwable cause)
initialize the exception cause
Parameters:
cause
Stereotype:
create
public void ProcessMonitorException (String message, Throwable cause)
initialize the exception message and cause
Parameters:
message
cause
Stereotype:
create
public void ProcessMonitorException ()
default constructor
Stereotype:
create
public void ProcessMonitorException (String message)
initialize the exception message
Parameters:
message
Stereotype:
create
| | | | SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
|
|