Copyright @ 2001 SAP. All Rights Reserved.

com.sap.util.monitor.jarm
Class MonitorException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.sap.util.monitor.jarm.MonitorException
All Implemented Interfaces:
java.io.Serializable

public class MonitorException
extends java.lang.Exception

Class defines MonitorException; is an extension of class Exception

See Also:
Serialized Form

Constructor Summary
MonitorException(java.lang.String message)
          Constructor for MonitorException
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MonitorException

public MonitorException(java.lang.String message)
Constructor for MonitorException

Copyright @ 2001 SAP. All Rights Reserved.