org.broadleafcommerce.common.exception
Class NoPossibleResultsException

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

public class NoPossibleResultsException
extends RuntimeException

The admin will throw this exception when a query is attempted across multiple class hierarchies because it is impossible for such a query to produce any results.

Author:
Andre Azzolini (apazzolini)
See Also:
Serialized Form

Constructor Summary
protected NoPossibleResultsException()
           
  NoPossibleResultsException(String message)
           
  NoPossibleResultsException(String message, Throwable cause)
           
  NoPossibleResultsException(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

NoPossibleResultsException

protected NoPossibleResultsException()

NoPossibleResultsException

public NoPossibleResultsException(String message,
                                  Throwable cause)

NoPossibleResultsException

public NoPossibleResultsException(String message)

NoPossibleResultsException

public NoPossibleResultsException(Throwable cause)


Copyright © 2013. All Rights Reserved.