The serialVersionUID of this class is 1190536278266811217L
.
Modifier and Type | Field and Description |
---|---|
private static boolean | |
pack-priv Exception | |
private static final ObjectStreamField[] | |
private static final long | |
private static final ObjectStreamField[] | |
private static final long | |
private static final ObjectStreamField[] | |
private static final long |
Access | Constructor and Description |
---|---|
public | |
public | InvalidTargetObjectTypeException(String
String value that will be incorporated in the message for
this exception. s)Constructor from a string. |
public | InvalidTargetObjectTypeException(Exception
Exception that we may have caught to reissue as an
InvalidTargetObjectTypeException. The message will be used, and we may want to
consider overriding the printStackTrace() methods to get data
pointing back to original throw stack. e, String String value that will be incorporated in message for
this exception. s)Constructor taking an exception and a string. |
Modifier and Type | Method and Description |
---|---|
private void | readObject(ObjectInputStream
the in)ObjectInputStream from which data is readHides java. Deserializes an |
private void | writeObject(ObjectOutputStream
the out)ObjectOutputStream to which data is writtenHides java. Serializes an |
compat | back to summary |
---|---|
private static boolean compat |
exception | back to summary |
---|---|
pack-priv Exception exception |
newSerialPersistentFields | back to summary |
---|---|
private static final ObjectStreamField[] newSerialPersistentFields |
newSerialVersionUID | back to summary |
---|---|
private static final long newSerialVersionUID |
oldSerialPersistentFields | back to summary |
---|---|
private static final ObjectStreamField[] oldSerialPersistentFields |
oldSerialVersionUID | back to summary |
---|---|
private static final long oldSerialVersionUID |
serialPersistentFields | back to summary |
---|---|
private static final ObjectStreamField[] serialPersistentFields
|
serialVersionUID | back to summary |
---|---|
private static final long serialVersionUID |
InvalidTargetObjectTypeException | back to summary |
---|---|
public InvalidTargetObjectTypeException() Default constructor. |
InvalidTargetObjectTypeException | back to summary |
---|---|
public InvalidTargetObjectTypeException(String s) Constructor from a string.
|
InvalidTargetObjectTypeException | back to summary |
---|---|
public InvalidTargetObjectTypeException(Exception e, String s) Constructor taking an exception and a string.
|
readObject | back to summary |
---|---|
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException Hides java. Deserializes an
|
writeObject | back to summary |
---|---|
private void writeObject(ObjectOutputStream out) throws IOException Hides java. Serializes an
|