Oracle Application Server Wireless Java API Reference
B14043-01


oracle.edge.dispatcher
Class EventDispatchException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byoracle.edge.common.GeneralException
              extended byoracle.edge.dispatcher.EventDispatchException

All Implemented Interfaces:
java.io.Serializable

public class EventDispatchException
extends GeneralException

A EventDispatchException exception will be generated when an error or exception occurs related to event dispatch.

See Also:
Serialized Form

Constructor Summary
EventDispatchException()
Default constructor.
EventDispatchException(long ErrorCode)
Constructor with specified error code.
EventDispatchException(long ErrorCode, java.lang.String Description)
Constructor with specified error code and error description.
EventDispatchException(java.lang.String Description)
Constructor with specified error code.

Methods inherited from class oracle.edge.common.GeneralException
getErrorCode, setErrorCode

Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait

Constructor Detail

EventDispatchException

public EventDispatchException()
Default constructor.

EventDispatchException

public EventDispatchException(long ErrorCode)
Constructor with specified error code.
Parameters:
ErrorCode - specified error code.

EventDispatchException

public EventDispatchException(long ErrorCode,
                              java.lang.String Description)
Constructor with specified error code and error description.
Parameters:
ErrorCode - specified error code.
Description - specified error description.

EventDispatchException

public EventDispatchException(java.lang.String Description)
Constructor with specified error code.
Parameters:
Description - specified error description.

Oracle Application Server Wireless Java API Reference
B14043-01


Copyright © 2004 Oracle Corporation. All Rights Reserved.