Serialized Form
-
Package javax.portlet
-
Class javax.portlet.PortletException extends Exception implements Serializable
- serialVersionUID:
- -5042678869822737513L
-
Class javax.portlet.PortletModeException extends PortletException implements Serializable
- serialVersionUID:
- -6950436767343780823L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeObject
private void writeObject(ObjectOutputStream out) throws IOException
- Throws:
IOException
-
-
Class javax.portlet.PortletSecurityException extends PortletException implements Serializable
- serialVersionUID:
- 8583073199398660179L
-
Class javax.portlet.ReadOnlyException extends PortletException implements Serializable
- serialVersionUID:
- -5825945164244814308L
-
Class javax.portlet.UnavailableException extends PortletException implements Serializable
- serialVersionUID:
- -7461927853991648173L
-
Serialized Fields
-
permanent
boolean permanent
-
unavailableSeconds
int unavailableSeconds
-
-
Class javax.portlet.ValidatorException extends PortletException implements Serializable
- serialVersionUID:
- 298939407901896813L
-
Serialized Fields
-
failedKeys
Collection failedKeys
-
failedKeysEnumeration
Enumeration failedKeysEnumeration
-
-
Class javax.portlet.WindowStateException extends PortletException implements Serializable
- serialVersionUID:
- -7034467327478096995L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeObject
private void writeObject(ObjectOutputStream out) throws IOException
- Throws:
IOException
-
-