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:
java.io.Serializable
- Direct Known Subclasses:
Exceptions.IllegalArgument
public class Exceptions extends org.alfresco.error.AlfrescoRuntimeExceptionThese 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(java.lang.String message)Exceptions(java.lang.String message, java.lang.Throwable cause)Exceptions(java.lang.Throwable cause)
-
Method Summary
-
Methods inherited from class org.alfresco.error.AlfrescoRuntimeException
create, create, getMsgId, getMsgParams, getNumericalId, getRootCause, makeRuntimeException
-
-