Package net.officefloor.web.build
Class NoAcceptHandlersException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- net.officefloor.web.build.NoAcceptHandlersException
-
- All Implemented Interfaces:
java.io.Serializable
public class NoAcceptHandlersException extends java.lang.ExceptionIndicates there were noAccepthandlers configured forAcceptNegotiator.- Author:
- Daniel Sagenschneider
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NoAcceptHandlersException(java.lang.String message)Instantiate.
-