BEA Systems, Inc.

WebLogic Server 6.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 class FilterException
extends java.io.IOException

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

Author:
Copyright (c) 1999-2000 by BEA Systems, Inc. All Rights Reserved.
Copyright © 2001 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, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, 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/docs61

WebLogic classes and methods that do not appear in this reference are not public and are not supported.