Class NotAcceptableException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- edu.cornell.mannlib.vitro.webapp.utils.http.NotAcceptableException
-
- All Implemented Interfaces:
Serializable
public class NotAcceptableException extends Exception
Indicates that none of the available types are acceptable to the client.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NotAcceptableException(String message)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
NotAcceptableException
public NotAcceptableException(String message)
-
-