public class UnsupportedFileFormatException extends InvalidDataException
Modifier and Type | Field and Description |
---|---|
private static long |
serialVersionUID |
Constructor and Description |
---|
UnsupportedFileFormatException()
Create a new
UnsupportedFileFormatException object. |
UnsupportedFileFormatException(String message)
Create a new
UnsupportedFileFormatException object with the
specified message . |
UnsupportedFileFormatException(String message,
Throwable cause)
Create a new
UnsupportedFileFormatException object with the
specified message . |
UnsupportedFileFormatException(Throwable cause)
Create a new
UnsupportedFileFormatException object. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
private static final long serialVersionUID
public UnsupportedFileFormatException()
UnsupportedFileFormatException
object.public UnsupportedFileFormatException(Throwable cause)
UnsupportedFileFormatException
object.cause
- Throwable object that caused this exception.public UnsupportedFileFormatException(String message)
UnsupportedFileFormatException
object with the
specified message
.message
- The message to throw with the exception