atg.repository.search.refinement
Class FacetException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by atg.repository.search.refinement.FacetException
All Implemented Interfaces:
java.io.Serializable

public class FacetException
extends java.lang.Exception

See Also:
Serialized Form

Field Summary
static java.lang.String CLASS_VERSION
          Class version string
 
Constructor Summary
FacetException()
          Constructor.
FacetException(java.lang.String pMessage)
          Constructor.
FacetException(java.lang.String pMessage, java.lang.Throwable pCause)
          Constructor.
FacetException(java.lang.Throwable pCause)
          Constructor.
 
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
 

Field Detail

CLASS_VERSION

public static java.lang.String CLASS_VERSION
Class version string

Constructor Detail

FacetException

public FacetException()
Constructor. Calls super.


FacetException

public FacetException(java.lang.String pMessage)
Constructor. Calls super with passed in message string.

Parameters:
pMessage - String describing the exception.

FacetException

public FacetException(java.lang.Throwable pCause)
Constructor. Calls super with passed in Throwable.

Parameters:
pCause - Throwable that occurred.

FacetException

public FacetException(java.lang.String pMessage,
                      java.lang.Throwable pCause)
Constructor. Calls super with passed in message string and Throwable.

Parameters:
pMessage - String describing the exception.
pCause - Throwable that occurred.