BEA Systems, Inc.

weblogic.security.net
Class FilterException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by weblogic.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

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

Parameters:
msg - details about why the connection was rejected

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