BEA Systems, Inc.

WebLogic Server 8.1 API Reference

weblogic.security.net
Class FilterException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.io.IOException
                    |
                    +--weblogic.security.net.FilterException

public final class FilterException
extends java.io.IOException

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

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

Constructor Summary
FilterException()
          Construct a filter exception with no details.
FilterException(java.lang.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(java.lang.String msg)
Construct a filter exception with some details.

Parameters:
msg - details about why the connection was rejected

Documentation is available at
http://download.oracle.com/docs/cd/E13222_01/wls/docs81