| 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.apache.jetspeed.exception.JetspeedException
org.apache.jetspeed.serializer.SerializerException
public class SerializerException
Exception throwns by members of the security service.
| Field Summary | |
|---|---|
static KeyedMessage | 
COMPONENT_MANAGER_EXISTS
Component Manager already initialized  | 
static KeyedMessage | 
COMPONENTMANAGER_DOES_NOT_EXIST
Component Manager does not exist exception message.  | 
static KeyedMessage | 
CREATE_OBJECT_FAILED
Creating the serilized Object failed  | 
static KeyedMessage | 
CREATE_SERIALIZED_OBJECT_FAILED
Creating the serilized Object failed  | 
static KeyedMessage | 
FILE_ALREADY_EXISTS
Filename already exists  | 
static KeyedMessage | 
FILE_BACKUP_FAILED
Filename already exists  | 
static KeyedMessage | 
FILE_PROCESSING_ERROR
io error  | 
static KeyedMessage | 
FILE_READER_ERROR
reader error  | 
static KeyedMessage | 
FILE_WRITER_ERROR
writer error  | 
static KeyedMessage | 
GET_EXISTING_OBJECTS
Creating the serilized Object failed  | 
static KeyedMessage | 
INCOMPETIBLE_VERSION
version problem - version in XML file is not compatible with current environment  | 
private static long | 
serialVersionUID
The serial version uid.  | 
| Fields inherited from class org.apache.jetspeed.exception.JetspeedException | 
|---|
KEYED_MESSAGE_BUNDLE | 
| Constructor Summary | |
|---|---|
SerializerException()
Default Constructor.  | 
|
SerializerException(KeyedMessage typedMessage)
Constructor with exception message.  | 
|
SerializerException(KeyedMessage msg,
                    Throwable nested)
Constructor with exception message and nested exception.  | 
|
SerializerException(Throwable t)
 | 
|
| Method Summary | 
|---|
| Methods inherited from class org.apache.jetspeed.exception.JetspeedException | 
|---|
getKeyedMessage, getMessage, getMessage, getMessage | 
| Methods inherited from class java.lang.Throwable | 
|---|
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString | 
| Methods inherited from class java.lang.Object | 
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
| Field Detail | 
|---|
private static final long serialVersionUID
public static final KeyedMessage COMPONENTMANAGER_DOES_NOT_EXIST
Component Manager does not exist exception message.
public static final KeyedMessage GET_EXISTING_OBJECTS
Creating the serilized Object failed
public static final KeyedMessage CREATE_SERIALIZED_OBJECT_FAILED
Creating the serilized Object failed
public static final KeyedMessage CREATE_OBJECT_FAILED
Creating the serilized Object failed
public static final KeyedMessage COMPONENT_MANAGER_EXISTS
Component Manager already initialized
public static final KeyedMessage FILE_ALREADY_EXISTS
Filename already exists
public static final KeyedMessage FILE_BACKUP_FAILED
Filename already exists
public static final KeyedMessage FILE_PROCESSING_ERROR
io error
public static final KeyedMessage FILE_WRITER_ERROR
writer error
public static final KeyedMessage FILE_READER_ERROR
reader error
public static final KeyedMessage INCOMPETIBLE_VERSION
version problem - version in XML file is not compatible with current environment
| Constructor Detail | 
|---|
public SerializerException()
Default Constructor.
public SerializerException(Throwable t)
public SerializerException(KeyedMessage typedMessage)
Constructor with exception message.
message - The exception message.
public SerializerException(KeyedMessage msg,
                           Throwable nested)
Constructor with exception message and nested exception.
msg - The exception message.nested - Nested exception.
  | 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||