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(java.lang.String message)
Create a new
UnsupportedFileFormatException object with the
specified message . |
UnsupportedFileFormatException(java.lang.String message,
java.lang.Throwable cause)
Create a new
UnsupportedFileFormatException object with the
specified message . |
UnsupportedFileFormatException(java.lang.Throwable cause)
Create a new
UnsupportedFileFormatException object. |
private static final long serialVersionUID
public UnsupportedFileFormatException()
UnsupportedFileFormatException
object.public UnsupportedFileFormatException(java.lang.Throwable cause)
UnsupportedFileFormatException
object.cause
- Throwable object that caused this exception.public UnsupportedFileFormatException(java.lang.String message)
UnsupportedFileFormatException
object with the
specified message
.message
- The message to throw with the exceptionpublic UnsupportedFileFormatException(java.lang.String message, java.lang.Throwable cause)
UnsupportedFileFormatException
object with the
specified message
.message
- The message to throw with the exceptioncause
- Throwable object that caused this exception.