com.ibm.commerce.marketingcenter.exception

Class WCSException

  • java.lang.Object
    • java.lang.Throwable
      • java.lang.Exception
        • com.ibm.commerce.marketingcenter.exception.WCSException
  • All Implemented Interfaces:
    java.io.Serializable


    public class WCSException
    extends java.lang.Exception
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field and Description
      static java.lang.String COPYRIGHT 
    • Constructor Summary

      Constructors 
      Constructor and Description
      WCSException()
      WCSException constructor without message information.
      WCSException(java.lang.String s)
      WCSException constructor with message information.
    • 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

      • WCSException

        public WCSException()
        WCSException constructor without message information.
      • WCSException

        public WCSException(java.lang.String s)
        WCSException constructor with message information.
        Parameters:
        s - Exception message associated with the exception