flex.messaging.endpoints
Class DuplicateSessionException

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.endpoints.DuplicateSessionException
All Implemented Interfaces:
Serializable

public class DuplicateSessionException
extends MessageException

Exception class used to indicate duplicate client sessions were detected.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class flex.messaging.MessageException
CODE_SERVER_RESOURCE_UNAVAILABLE
 
Constructor Summary
DuplicateSessionException()
          Default constructor.
 
Method Summary
 short getPreferredLogLevel()
          Override to log at the DEBUG level.
 boolean isLogStackTraceEnabled()
          Override to suppress stack trace logging.
 
Methods inherited from class flex.messaging.MessageException
createErrorMessage, getCode, getDefaultLogMessageIntro, getErrorMessage, getExtendedData, isLogged, 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

DuplicateSessionException

public DuplicateSessionException()
Default constructor. Sets the code to a default value of DUPLICATE_SESSION_DETECTED_CODE.

Method Detail

getPreferredLogLevel

public short getPreferredLogLevel()
Override to log at the DEBUG level.

Overrides:
getPreferredLogLevel in class MessageException
See Also:
MessageException.logAtHingePoint(Message, ErrorMessage, String)

isLogStackTraceEnabled

public boolean isLogStackTraceEnabled()
Override to suppress stack trace logging.

Overrides:
isLogStackTraceEnabled in class MessageException
See Also:
MessageException.logAtHingePoint(Message, ErrorMessage, String)


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/endpoints/DuplicateSessionException.html