BEA Systems, Inc.

WebLogic Server 5.1.0 API Reference

weblogic.common
Class MonitorException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.io.IOException
                    |
                    +--weblogic.common.T3Exception
                          |
                          +--weblogic.common.MonitorException

public class MonitorException
extends T3Exception

A MonitorException is thrown when a task involving a Monitor object (a Monitored operation) wishes to abort the operation.

Author:
Copyright (c) 1997-98 by WebLogic, Inc. All Rights Reserved., Copyright (c) 1999 by BEA WebXpress. All Rights Reserved.
Copyright © 2000 BEA Systems, Inc. All Rights Reserved.
See Also:
Serialized Form

Constructor Summary
MonitorException()
          You must supply a null constructor in your implementation.
MonitorException(java.lang.String s)
          Constructs a MonitorException with the specified string.
MonitorException(java.lang.String s, java.lang.Exception ne)
          Constructs a MonitorException with the specified string and nested exception.
 
Methods inherited from class weblogic.common.T3Exception
getNested, getNestedException, printStackTrace, printStackTrace, setNestedException, superPrintStackTrace, superToString, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MonitorException

public MonitorException()
You must supply a null constructor in your implementation.

MonitorException

public MonitorException(java.lang.String s)
Constructs a MonitorException with the specified string.

Parameters:
s - String message

MonitorException

public MonitorException(java.lang.String s,
                        java.lang.Exception ne)
Constructs a MonitorException with the specified string and nested exception.

Parameters:
s - String message
ne - Nested exception

Documentation is available at
http://www.weblogic.com/docs51