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:
java.io.Serializable
public class MissingFactoryException extends java.lang.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(java.lang.String reason)
-