com.nitido.directory
Class IllegalSearchFilterException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalArgumentException
com.nitido.directory.IllegalSearchFilterException
- All Implemented Interfaces:
- java.io.Serializable
public class IllegalSearchFilterException
- extends java.lang.IllegalArgumentException
- See Also:
- Serialized Form
Method Summary |
java.lang.String |
getMessage()
Return the detail message of this exception. |
java.lang.Throwable |
getRootCause()
Get the original Throwable that causes this exception. |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
IllegalSearchFilterException
public IllegalSearchFilterException(java.lang.String msg)
IllegalSearchFilterException
public IllegalSearchFilterException(java.lang.String msg,
java.lang.Throwable rootCause)
- Constructor that takes in the error message and the original Throwable
that causes this exception.
- Parameters:
msg
- The error message.rootCause
- The original Throwable that cuases this exception.
getMessage
public java.lang.String getMessage()
- Return the detail message of this exception.
If a root cause throwable exists, this method will append the
root cause throwable's message at the end of the result.
- Overrides:
getMessage
in class java.lang.Throwable
- Returns:
- the detail message string.
getRootCause
public java.lang.Throwable getRootCause()
- Get the original Throwable that causes this exception.
- Returns:
- the root cause Throwable.
These JavaDoc pages are generated for release/nim_2_5-2.5.44 Copyright © 1999-2009 Nitido Inc. Proprietary and Confidential. All Rights Reserved.