public class SerializerException extends JetspeedException
Exception throwns by members of the security service.
Modifier and Type | Field and Description |
---|---|
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
|
KEYED_MESSAGE_BUNDLE
Constructor and Description |
---|
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) |
getKeyedMessage, getMessage, getMessage, getMessage, getRequestDiagnostics, setRequestDiagnostics
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
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
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.Copyright © 1999–2016 The Apache Software Foundation. All rights reserved.