org.broadleafcommerce.common.exception
Class SiteNotFoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.broadleafcommerce.common.exception.SiteNotFoundException
All Implemented Interfaces:
Serializable

public class SiteNotFoundException
extends RuntimeException

Author:
Jeff Fischer
See Also:
Serialized Form

Constructor Summary
SiteNotFoundException()
           
SiteNotFoundException(String message)
           
SiteNotFoundException(String message, Throwable cause)
           
SiteNotFoundException(Throwable cause)
           
 
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SiteNotFoundException

public SiteNotFoundException()

SiteNotFoundException

public SiteNotFoundException(Throwable cause)

SiteNotFoundException

public SiteNotFoundException(String message)

SiteNotFoundException

public SiteNotFoundException(String message,
                             Throwable cause)


Copyright © 2013. All Rights Reserved.