|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.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 |
EXPORT_ERROR
export error |
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 |
IMPORT_ERROR
import error |
static KeyedMessage |
INCOMPETIBLE_VERSION
version problem - version in XML file is not compatible with current environment |
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,
java.lang.Throwable nested)
Constructor with exception message and nested exception. |
|
SerializerException(java.lang.Throwable t)
|
Method Summary |
---|
Methods inherited from class org.apache.jetspeed.exception.JetspeedException |
---|
getKeyedMessage, getMessage, getMessage, getMessage, getRequestDiagnostics, setRequestDiagnostics |
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 |
---|
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 IMPORT_ERROR
import error
public static final KeyedMessage EXPORT_ERROR
export 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(java.lang.Throwable t)
public SerializerException(KeyedMessage typedMessage)
Constructor with exception message.
message
- The exception message.public SerializerException(KeyedMessage msg, java.lang.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 |