public class BadSearchFilterException extends UMSException
Constructor and Description |
---|
BadSearchFilterException()
Default constructor
|
BadSearchFilterException(String msg)
Constructor with a message string
|
BadSearchFilterException(String msg,
Throwable t)
Constructor with message string and an embedded exception
|
getMessage, getRootCause, log, log, printStackTrace, printStackTrace, printStackTrace, toString
public BadSearchFilterException()
public BadSearchFilterException(String msg)
msg
- Message string for the exceptionpublic BadSearchFilterException(String msg, Throwable t)
msg
- Message stringt
- The embedded exceptionCopyright © 2010-2016, ForgeRock All Rights Reserved.