com.ibm.commerce.webservices.engine

Class WebServiceEngineRuntimeException

  • java.lang.Object
    • java.lang.Throwable
      • java.lang.Exception
        • java.lang.RuntimeException
          • com.ibm.commerce.webservices.engine.WebServiceEngineRuntimeException
  • All Implemented Interfaces:
    java.io.Serializable


    public class WebServiceEngineRuntimeException
    extends java.lang.RuntimeException
    This class defines a specialized runtime exception. It is thrown when there is a problem processing the web service request. When an unhandled failure occurs during processing, a service exception can be returned. The exception will be wrapped in this runtime exception and returned. This is done to ensure that it is sent back to the client as a generic SOAP fault.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor and Description
      WebServiceEngineRuntimeException(java.lang.Throwable cause)
      This method creates an instance of the web service engine runtime exception.
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • WebServiceEngineRuntimeException

        public WebServiceEngineRuntimeException(java.lang.Throwable cause)
        This method creates an instance of the web service engine runtime exception.
        Parameters:
        cause - The cause of the exception. This cause should contain the information related to why the exception occured.