|
||||||||||
| 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.ThreadInterrupted
public class ThreadInterrupted
ThreadInterrupted class.
| Constructor Summary | |
|---|---|
ThreadInterrupted()
Constructor for ThreadInterrupted. |
|
ThreadInterrupted(String message)
Constructor for ThreadInterrupted. |
|
ThreadInterrupted(String message,
Throwable cause)
Constructor for ThreadInterrupted. |
|
ThreadInterrupted(Throwable cause)
Constructor for ThreadInterrupted. |
|
| 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 ThreadInterrupted()
Constructor for ThreadInterrupted.
public ThreadInterrupted(String message)
Constructor for ThreadInterrupted.
message - a String object.
public ThreadInterrupted(String message,
Throwable cause)
Constructor for ThreadInterrupted.
message - a String object.cause - a Throwable object.public ThreadInterrupted(Throwable cause)
Constructor for ThreadInterrupted.
cause - a Throwable object.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||