|
SDX Network Information Collector SDK | ||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
net.juniper.smgt.gateway.gal.GWException
net.juniper.smgt.gateway.gal.NicException
net.juniper.smgt.gateway.gal.NicInternalException
public class NicInternalException
The exception thrown by NIC components for any unforseen errors that can occur during resolution (such as: errors in communicating with a network NIC server or a network node).
Constructor Summary | |
---|---|
NicInternalException()
Default Constructor |
|
NicInternalException(java.lang.String s)
Constructs NicException based on the provided message. |
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 NicInternalException()
public NicInternalException(java.lang.String s)
s
- java.lang.String
|
SDX Network Information Collector SDK | ||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |