com.elasticpath.sfweb
Class EpSfWebException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.elasticpath.commons.exception.EpSystemException
                  extended by com.elasticpath.sfweb.EpSfWebException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
EpSearchKeyWordNotGivenException, EpSearchKeyWordTooLongException, ProductUnavailableException, SessionExpiredException

public class EpSfWebException
extends EpSystemException

The generic exception class for the com.elasticpath.sfweb package.

See Also:
Serialized Form

Constructor Summary
EpSfWebException(java.lang.String message)
          Creates a new EpWebException object with the given message.
EpSfWebException(java.lang.String message, java.lang.Throwable cause)
          Creates a new EpWebException object using the given message and cause exception.
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

EpSfWebException

public EpSfWebException(java.lang.String message)
Creates a new EpWebException object with the given message.

Parameters:
message - the reason for this EpWebException.

EpSfWebException

public EpSfWebException(java.lang.String message,
                        java.lang.Throwable cause)
Creates a new EpWebException object using the given message and cause exception.

Parameters:
message - the reason for this EpWebException.
cause - the Throwable that caused this EpServiceException.