Oracle Application Server Wireless Java API Reference
B14043-01


oracle.edge.filter
Class FilterException

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

All Implemented Interfaces:
java.io.Serializable

public class FilterException
extends EdgeExtensionException

A filter exception will be generated when an error or exception occurs during the execution of a filtering operation.

See Also:
Serialized Form

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

FilterException

public FilterException()
Default constructor.

FilterException

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

FilterException

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

FilterException

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