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