Package thredds.server.ncss.exception
Class UnsupportedResponseFormatException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- thredds.server.ncss.exception.NcssException
-
- thredds.server.ncss.exception.UnsupportedResponseFormatException
-
- All Implemented Interfaces:
Serializable
public class UnsupportedResponseFormatException extends NcssException
UnsupportedResponseFormatException is thrown by the NcssControllers if some unexpected 'accept' value is in the request params.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UnsupportedResponseFormatException(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
-
UnsupportedResponseFormatException
public UnsupportedResponseFormatException(String message)
-
-