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
Direct Known Subclasses:
ConfigException

public class WCSException
extends java.lang.Exception

See Also:
Serialized Form

Field Summary
static java.lang.String COPYRIGHT
           
 
Constructor Summary
WCSException()
          WCSException constructor without message information.
WCSException(java.lang.String s)
          WCSException constructor with message information.
 
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
 

Field Detail

COPYRIGHT

public static final java.lang.String COPYRIGHT
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