com.timestock.tess.webservices.api
Class CEMWebServicesException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.timestock.tess.webservices.api.CEMWebServicesException
All Implemented Interfaces:
java.io.Serializable

public class CEMWebServicesException
extends java.lang.Exception

Exception thrown on a CEM Web Services error.

See Also:
Exception, Serialized Form

Constructor Summary
CEMWebServicesException()
           
CEMWebServicesException(java.lang.String message)
           
CEMWebServicesException(java.lang.String message, java.lang.Throwable cause)
           
CEMWebServicesException(java.lang.Throwable cause)
           
 
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

CEMWebServicesException

public CEMWebServicesException()
See Also:
Exception

CEMWebServicesException

public CEMWebServicesException(java.lang.String message,
                               java.lang.Throwable cause)
See Also:
Exception

CEMWebServicesException

public CEMWebServicesException(java.lang.String message)
See Also:
Exception

CEMWebServicesException

public CEMWebServicesException(java.lang.Throwable cause)
See Also:
Exception