Openwings API Documentation (v1.1)

net.openwings.service
Class ServiceInterfaceException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bynet.openwings.service.ServiceInterfaceException
All Implemented Interfaces:
java.io.Serializable

public class ServiceInterfaceException
extends java.lang.Exception

This class is an exception that is thrown to indicate that a service interface is invalid. The validity of service interfaces is determined by their compliance to the rules outlined in the Openwings Interface Specification.

See Also:
Serialized Form

Constructor Summary
ServiceInterfaceException()
          Default constructor
ServiceInterfaceException(java.lang.String message)
          This constructor creates an exception with the corresponding error message.
 
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

ServiceInterfaceException

public ServiceInterfaceException(java.lang.String message)
This constructor creates an exception with the corresponding error message.

Parameters:
message - the error message associated with this exception

ServiceInterfaceException

public ServiceInterfaceException()
Default constructor


Openwings API Documentation (v1.1)