Oracle Application Server Wireless Java API Reference
B14043-01


oracle.edge.common
Class EdgeExtensionException

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

All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
DeviceException, FilterException

public class EdgeExtensionException
extends GeneralException

The exception super class for the edge extension hierarchy.

See Also:
Serialized Form

Constructor Summary
EdgeExtensionException()
Default constructor.
EdgeExtensionException(long ErrorCode)
Constructor with specified error code.
EdgeExtensionException(long ErrorCode, java.lang.String Description)
Constructor with specified error code and error description.
EdgeExtensionException(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

EdgeExtensionException

public EdgeExtensionException()
Default constructor.

EdgeExtensionException

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

EdgeExtensionException

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

EdgeExtensionException

public EdgeExtensionException(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.