OpenNMS API 1.1.4

org.opennms.netmgt.poller
Class LockUnavailableException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byjava.lang.IllegalStateException
                  extended byorg.opennms.netmgt.poller.LockUnavailableException
All Implemented Interfaces:
java.io.Serializable

public class LockUnavailableException
extends java.lang.IllegalStateException

This exception is generated when a method needs to lock an element, but cannot obtain a lock within an acceptable time.

Author:
Justis Peters, OpenNMS
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.lang.RuntimeException
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
LockUnavailableException()
          Constructs a new exception instance.
LockUnavailableException(java.lang.String msg)
          Constructs a new exception instance with the specific message
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LockUnavailableException

public LockUnavailableException()
Constructs a new exception instance.


LockUnavailableException

public LockUnavailableException(java.lang.String msg)
Constructs a new exception instance with the specific message

Parameters:
msg - The exception message.

OpenNMS API 1.1.4

Generated by eevans on November 12 2004 1715.