BEA Systems, Inc.

BEA WebLogic Server 9.1 API Reference


weblogic.security.net
Class FilterException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.io.IOException
              extended byweblogic.security.net.FilterException
All Implemented Interfaces:
Serializable

public final class FilterException
extends IOException

Connection filter exception. This exception is thrown by the ConnectionFilter.accept method if a client's connection is to be rejected.

See Also:
ConnectionFilter.accept(weblogic.security.net.ConnectionEvent), Serialized Form
Copyright © 2005 BEA Systems, Inc. All Rights Reserved.

Constructor Summary
FilterException()
          Construct a filter exception with no details.
FilterException(String msg)
          Construct a filter exception with some details.
 
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FilterException

public FilterException()
Construct a filter exception with no details.


FilterException

public FilterException(String msg)
Construct a filter exception with some details.


Documentation is available at
http://download.oracle.com/docs/cd/E13222_01/wls/docs91
Copyright 2005 BEA Systems Inc.