Indicates reading prefs from stream failed. Thrown by the
importPreferences()
method when the supplied input stream
could not be read because it was not in the correct XML format.
Note that although this class inherits the Serializable interface, an
attempt to serialize will fail with a NotSerializableException
.
Creates a new exception with a descriptive message. The cause remains
uninitialized.
Creates a new exception with a descriptive message and a cause.
Creates a new exception with the given cause.
importPreferences()
method when the supplied input stream could not be read because it was not in the correct XML format.Note that although this class inherits the Serializable interface, an attempt to serialize will fail with a
NotSerializableException
.