Sun Adapter for WebLogic API

com.stc.connector.ejbadapter.webservice
Class EjbWebServiceException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.stc.connector.ejbadapter.webservice.EjbWebServiceException
All Implemented Interfaces:
java.io.Serializable

public class EjbWebServiceException
extends java.lang.Exception

Exception class for Ejb web service requests.

Version:
$Version$
Author:
$Author: cmbuild $
See Also:
Serialized Form

Constructor Summary
EjbWebServiceException()
          Creates a new instance of EjbWebServiceException without detail message.
EjbWebServiceException(java.lang.String msg)
          Constructs an instance of EjbWebServiceException with the specified detail message.
 
Method Summary
 
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

EjbWebServiceException

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


EjbWebServiceException

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

Parameters:
msg - the detail message.

Sun Adapter for WebLogic API