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