org.locomotive.commerce.ics
Class SCMPException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--org.locomotive.commerce.ics.SCMPException

public class SCMPException
extends java.lang.Exception

This exception is thrown whenever their is an error sending or receiving information from Cybersource.

See Also:
Serialized Form

Constructor Summary
SCMPException(java.lang.String s)
           
 
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
 

Constructor Detail

SCMPException

public SCMPException(java.lang.String s)