org.systinet.wasp.management.services.wsdiscovery
Class WsDiscoveryException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byorg.systinet.wasp.management.services.wsdiscovery.WsDiscoveryException
All Implemented Interfaces:
java.io.Serializable

public class WsDiscoveryException
extends java.lang.RuntimeException
implements java.io.Serializable

Ws Discovery service exception.

Since:
4.0
See Also:
Serialized Form
Component:
WSDiscovery-US

Field Summary
 int errno
          WS discovery errno.
 int uddiErrno
          If the errno is E_UDDI_ERROR, then this field holds UDDI errno as given by the UDDI specification.
 
Constructor Summary
WsDiscoveryException()
          Default constructor.
WsDiscoveryException(java.lang.String message)
          Constructor.
WsDiscoveryException(java.lang.String message, int errno)
          Constructor.
WsDiscoveryException(java.lang.String message, int errno, int uddiErrno)
          Constructor.
 
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
 

Field Detail

errno

public int errno
WS discovery errno.

See Also:
WsDiscoveryErrorCodes

uddiErrno

public int uddiErrno
If the errno is E_UDDI_ERROR, then this field holds UDDI errno as given by the UDDI specification.

Constructor Detail

WsDiscoveryException

public WsDiscoveryException()
Default constructor.


WsDiscoveryException

public WsDiscoveryException(java.lang.String message)
Constructor.


WsDiscoveryException

public WsDiscoveryException(java.lang.String message,
                            int errno)
Constructor.


WsDiscoveryException

public WsDiscoveryException(java.lang.String message,
                            int errno,
                            int uddiErrno)
Constructor.