org.apache.jetspeed.serializer
Class SerializerException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.jetspeed.exception.JetspeedException
              extended by org.apache.jetspeed.serializer.SerializerException
All Implemented Interfaces:
Serializable

public class SerializerException
extends JetspeedException

Exception throwns by members of the security service.

Author:
David Le Strat
See Also:
Serialized Form

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

serialVersionUID

private static final long serialVersionUID
The serial version uid.

See Also:
Constant Field Values

COMPONENTMANAGER_DOES_NOT_EXIST

public static final KeyedMessage COMPONENTMANAGER_DOES_NOT_EXIST

Component Manager does not exist exception message.


GET_EXISTING_OBJECTS

public static final KeyedMessage GET_EXISTING_OBJECTS

Creating the serilized Object failed


CREATE_SERIALIZED_OBJECT_FAILED

public static final KeyedMessage CREATE_SERIALIZED_OBJECT_FAILED

Creating the serilized Object failed


CREATE_OBJECT_FAILED

public static final KeyedMessage CREATE_OBJECT_FAILED

Creating the serilized Object failed


COMPONENT_MANAGER_EXISTS

public static final KeyedMessage COMPONENT_MANAGER_EXISTS

Component Manager already initialized


FILE_ALREADY_EXISTS

public static final KeyedMessage FILE_ALREADY_EXISTS

Filename already exists


FILE_BACKUP_FAILED

public static final KeyedMessage FILE_BACKUP_FAILED

Filename already exists


FILE_PROCESSING_ERROR

public static final KeyedMessage FILE_PROCESSING_ERROR

io error


FILE_WRITER_ERROR

public static final KeyedMessage FILE_WRITER_ERROR

writer error


FILE_READER_ERROR

public static final KeyedMessage FILE_READER_ERROR

reader error


INCOMPETIBLE_VERSION

public static final KeyedMessage INCOMPETIBLE_VERSION

version problem - version in XML file is not compatible with current environment

Constructor Detail

SerializerException

public SerializerException()

Default Constructor.


SerializerException

public SerializerException(Throwable t)

SerializerException

public SerializerException(KeyedMessage typedMessage)

Constructor with exception message.

Parameters:
message - The exception message.

SerializerException

public SerializerException(KeyedMessage msg,
                           Throwable nested)

Constructor with exception message and nested exception.

Parameters:
msg - The exception message.
nested - Nested exception.


Copyright © 1999-2007 Apache Software Foundation. All Rights Reserved.