flex.messaging.io
Class SerializationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by flex.messaging.LocalizedException
                  extended by flex.messaging.MessageException
                      extended by flex.messaging.io.SerializationException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
RecoverableSerializationException

public class SerializationException
extends MessageException

Typically signifies that a fatal exception happened during deserialization or serialization. The messaging framework should try to get a meaningful message back to the client in a response, however this is not always possible, especially for batched AMF messages, so at the very least the error should be logged. A special sub-class RecoverableSerializationException can be thrown for non-fatal serialization exceptions.

See Also:
RecoverableSerializationException, Serialized Form

Field Summary
static String CLIENT_PACKET_ENCODING
           
 
Fields inherited from class flex.messaging.MessageException
CODE_SERVER_RESOURCE_UNAVAILABLE
 
Constructor Summary
SerializationException()
           
 
Method Summary
 
Methods inherited from class flex.messaging.MessageException
createErrorMessage, getCode, getDefaultLogMessageIntro, getErrorMessage, getExtendedData, getPreferredLogLevel, isLogged, isLogStackTraceEnabled, logAtHingePoint, setCode, setErrorMessage, setExtendedData, setLogged
 
Methods inherited from class flex.messaging.LocalizedException
getDetails, getMessage, getNumber, getRootCause, setDetails, setDetails, setDetails, setDetails, setDetails, setDetails, setMessage, setMessage, setMessage, setMessage, setMessage, setMessage, setMessage, setMessage, setNumber, setRootCause, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

CLIENT_PACKET_ENCODING

public static final String CLIENT_PACKET_ENCODING
See Also:
Constant Field Values
Constructor Detail

SerializationException

public SerializationException()


Copyright © 2008 Adobe Systems Inc. All Rights Reserved.

 

Send me an e-mail when comments are added to this page | Comment Report

Current page: http://livedocs.adobe.com/blazeds/1/javadoc/flex/messaging/io/SerializationException.html