|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
netapp.manage.NaException
netapp.manage.NaAPIFailedException
netapp.manage.NaProxyFailedException
Thrown to indicate that the proxy API invocation failed. The proxy server received the proxy API request, but failed to forward the request to the target host.
| Constructor Summary | |
NaProxyFailedException(int errno,
java.lang.String reason)
Constructs a new NaProxyFailedException with
the specified errno and reason message. |
|
| Methods inherited from class netapp.manage.NaAPIFailedException |
getErrno, getReason |
| 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 NaProxyFailedException(int errno,
java.lang.String reason)
NaProxyFailedException with
the specified errno and reason message.
errno - the error number.reason - the reason message.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||