com.stc.connector.webservice.db
Class DBWebServiceException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.stc.connector.webservice.db.DBWebServiceException
All Implemented Interfaces:
java.io.Serializable

public class DBWebServiceException
extends java.lang.Exception

Exception class for DB web service requests.

See Also:
Serialized Form

Constructor Summary
DBWebServiceException()
          Creates a new instance of DBWebServiceException without detail message.
DBWebServiceException(java.lang.String msg)
          Constructs an instance of DBWebServiceException with the specified detail message.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DBWebServiceException

public DBWebServiceException()
Creates a new instance of DBWebServiceException without detail message.

DBWebServiceException

public DBWebServiceException(java.lang.String msg)
Constructs an instance of DBWebServiceException with the specified detail message.

Parameters:
msg - the detail message.


Copyright 2004 by SeeBeyond Technology Corporation. All Rights Reserved.