com.ibm.wsgw.beans
Class FilterException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.ibm.wsgw.WSGWException
                    |
                    +--com.ibm.wsgw.beans.FilterException
All Implemented Interfaces:
java.io.Serializable

public class FilterException
extends WSGWException

This exception is thrown by a Filter implementation to indicate that some filter-specific error occurred.

Version:
1.6
Author:
 
See Also:
, Serialized Form

Field Summary
static java.lang.String copyright
          Copyright string.
 
Fields inherited from class com.ibm.wsgw.WSGWException
inserts, messageKey, nestedException, nestedStackTrace, severity, stackTrace
 
Constructor Summary
FilterException(java.lang.String text)
          Constructor.
 
Methods inherited from class com.ibm.wsgw.WSGWException
getInserts, getLocalizedMessage, getLocalizedMessage, getMessage, getMessageKey, getNestedException, getNestedStackTrace, getSeverity, getStackTrace, stackTraceToString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

copyright

public static final java.lang.String copyright
Copyright string. Any code placed between the comments will be over written
Constructor Detail

FilterException

public FilterException(java.lang.String text)
Constructor.
Parameters:
text - The exception text.
See Also:


Copyright © 2002 IBM. All Rights Reserved.