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.Exception
Indicates there were noAccept
handlers configured forAcceptNegotiator
.- Author:
- Daniel Sagenschneider
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NoAcceptHandlersException(java.lang.String message)
Instantiate.
-