org.mentawai.core
Class FilterException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.mentawai.core.FilterException
- All Implemented Interfaces:
- Serializable
public class FilterException
- extends Exception
An exception that can happen when a filter is executed.
- Author:
- Sergio Oliveira
- See Also:
- Serialized Form
rootCause
protected final Throwable rootCause
FilterException
public FilterException()
FilterException
public FilterException(Throwable e)
FilterException
public FilterException(String msg)
FilterException
public FilterException(String msg,
Throwable e)
getCause
public Throwable getCause()
- Overrides:
getCause in class Throwable
Copyright © 2011. All Rights Reserved.