Class CoreAdminAPIBase.CoreAdminAPIBaseException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.apache.solr.handler.admin.api.CoreAdminAPIBase.CoreAdminAPIBaseException
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- CoreAdminAPIBase
protected static class CoreAdminAPIBase.CoreAdminAPIBaseException extends RuntimeException
Helper RuntimeException to allow passing checked exceptions to the caller of the handle method.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CoreAdminAPIBaseException(Exception trueException)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
CoreAdminAPIBaseException
public CoreAdminAPIBaseException(Exception trueException)
-
-