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 AlfrescoRuntimeException
These exceptions are thrown by theSolrFacetService.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classExceptions.DuplicateFacetIdstatic classExceptions.IllegalArgumentThis exception is used to signal a bad parameter.static classExceptions.MissingFacetIdstatic classExceptions.UnrecognisedFacetId
-
Constructor Summary
Constructors Constructor Description Exceptions()Exceptions(String message)Exceptions(String message, Throwable cause)Exceptions(Throwable cause)
-
Method Summary
-
Methods inherited from class org.alfresco.error.AlfrescoRuntimeException
create, create, getMsgId, getMsgParams, getNumericalId, getRootCause, makeRuntimeException
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-