netapp.manage
Class NaProxyFailedException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bynetapp.manage.NaException
              extended bynetapp.manage.NaAPIFailedException
                  extended bynetapp.manage.NaProxyFailedException
All Implemented Interfaces:
java.io.Serializable

public class NaProxyFailedException
extends NaAPIFailedException

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.

See Also:
Serialized Form

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

NaProxyFailedException

public NaProxyFailedException(int errno,
                              java.lang.String reason)
Constructs a new NaProxyFailedException with the specified errno and reason message.

Parameters:
errno - the error number.
reason - the reason message.