Class
Tree
          
SUMMARY: INNER | FIELD | CONSTR | METHODDETAIL: 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
ProcessMonitorException(Throwable cause)
public void
ProcessMonitorException(String message, Throwable cause)
public void
public void
ProcessMonitorException(String message)
Field Detail
serialVersionUID
private final static long serialVersionUID
Final.
Multiplicity:
1
Static.
 
Constructor Detail
ProcessMonitorException
public void ProcessMonitorException (Throwable cause)
 
initialize the exception cause
Parameters:
cause
Stereotype:
create
 

ProcessMonitorException
public void ProcessMonitorException (String message, Throwable cause)
 
initialize the exception message and cause
Parameters:
message
cause
Stereotype:
create
 

ProcessMonitorException
public void ProcessMonitorException ()
 
default constructor
Stereotype:
create
 

ProcessMonitorException
public void ProcessMonitorException (String message)
 
initialize the exception message
Parameters:
message
Stereotype:
create
 

Class
Tree
          
SUMMARY: INNER | FIELD | CONSTR | METHODDETAIL: FIELD | CONSTR | METHOD