Class Exceptions

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.alfresco.error.AlfrescoRuntimeException
org.alfresco.repo.search.impl.solr.facet.Exceptions
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
Exceptions.IllegalArgument

public class Exceptions extends org.alfresco.error.AlfrescoRuntimeException
These exceptions are thrown by the SolrFacetService.
See Also:
  • Constructor Details

    • Exceptions

      public Exceptions()
    • Exceptions

      public Exceptions(String message)
    • Exceptions

      public Exceptions(Throwable cause)
    • Exceptions

      public Exceptions(String message, Throwable cause)