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:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic classThis exception is used to signal a bad parameter.static classstatic class -
Constructor Summary
ConstructorsConstructorDescriptionExceptions(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, makeRuntimeExceptionMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
Exceptions
public Exceptions() -
Exceptions
-
Exceptions
-
Exceptions
-