com.sun.portal.providers.context
Class PropertiesFilterException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.sun.portal.providers.context.ProviderContextException
com.sun.portal.providers.context.PropertiesFilterException
- All Implemented Interfaces:
- Serializable
- public class PropertiesFilterException
- extends ProviderContextException
This exception is used to throw any PropertiesFilter-related exceptions.
- See Also:
- Serialized Form
Constructor Summary |
PropertiesFilterException(String msg)
Constructs a new exception with the specified message, indicating an
error in the properties filter as happened.
|
PropertiesFilterException(String msg,
Throwable e)
Constructs a new exception with the specified message, and the original
exception or error , indicating an
error in the properties filter as happened.
|
PropertiesFilterException
public PropertiesFilterException(String msg)
- Constructs a new exception with the specified message, indicating an
error in the properties filter as happened.
- Parameters:
msg
- The descriptive message.
PropertiesFilterException
public PropertiesFilterException(String msg,
Throwable e)
- Constructs a new exception with the specified message, and the original
exception
or error
, indicating an
error in the properties filter as happened.
- Parameters:
msg
- The descriptive message.e
- The original exception
or error
.