public class InvalidFilterException
extends javax.ws.rs.BadRequestException
Filter objects.| Constructor and Description |
|---|
InvalidFilterException(java.lang.String msg)
Creates a new
InvalidFilterException with a message. |
InvalidFilterException(java.lang.String msg,
java.lang.Throwable throwable)
Creates a new
InvalidFilterException with a message and the
throwable of the exception. |
public InvalidFilterException(java.lang.String msg)
InvalidFilterException with a message.msg - the messagepublic InvalidFilterException(java.lang.String msg,
java.lang.Throwable throwable)
InvalidFilterException with a message and the
throwable of the exception.msg - the messagethrowable - the throwable