public class UnrecognizedContentException extends Exception
| Constructor and Description |
|---|
UnrecognizedContentException() |
UnrecognizedContentException(String message) |
UnrecognizedContentException(String message,
Throwable cause) |
UnrecognizedContentException(String message,
Throwable cause,
boolean enableSuppression,
boolean writableStackTrace) |
UnrecognizedContentException(Throwable cause) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic UnrecognizedContentException()
public UnrecognizedContentException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
public UnrecognizedContentException(String message)
public UnrecognizedContentException(Throwable cause)
Copyright © 2020 National Institute of Standards and Technology. All rights reserved.