Package org.infinispan.server.hotrod
Class MissingFactoryException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- java.lang.IllegalArgumentException
-
- org.infinispan.server.hotrod.MissingFactoryException
-
- All Implemented Interfaces:
Serializable
public class MissingFactoryException extends IllegalArgumentException
Exception thrown when a named factory is chosen that doesn't exist- Since:
- 9.0
- Author:
- wburns
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MissingFactoryException(String reason)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
MissingFactoryException
public MissingFactoryException(String reason)
-
-