|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.opennms.netmgt.poller.pollables.LockUnavailable
public class LockUnavailable
Represents a LockUnavailable
| Constructor Summary | |
|---|---|
LockUnavailable()
Constructor for LockUnavailable. |
|
LockUnavailable(String message)
Constructor for LockUnavailable. |
|
LockUnavailable(String message,
Throwable cause)
Constructor for LockUnavailable. |
|
LockUnavailable(Throwable cause)
Constructor for LockUnavailable. |
|
| Method Summary |
|---|
| 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 |
|---|
public LockUnavailable()
Constructor for LockUnavailable.
public LockUnavailable(String message)
Constructor for LockUnavailable.
message - a String object.
public LockUnavailable(String message,
Throwable cause)
Constructor for LockUnavailable.
message - a String object.cause - a Throwable object.public LockUnavailable(Throwable cause)
Constructor for LockUnavailable.
cause - a Throwable object.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||