flex.messaging.io
Class RecoverableSerializationException

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
                          extended by flex.messaging.io.RecoverableSerializationException
All Implemented Interfaces:
Serializable

public class RecoverableSerializationException
extends SerializationException

This exception class should be used by the deserializers to indicate that a non fatal exception occurred during serialization. The exception is such that the message body can still be created and the message can be processed in the usual stream. The BatchProcessFilter will add an error message to the response of any messages which have a recoverable serialization exception.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class flex.messaging.io.SerializationException
CLIENT_PACKET_ENCODING
 
Fields inherited from class flex.messaging.MessageException
CODE_SERVER_RESOURCE_UNAVAILABLE
 
Constructor Summary
RecoverableSerializationException()
           
 
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
 

Constructor Detail

RecoverableSerializationException

public RecoverableSerializationException()


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/RecoverableSerializationException.html