public class SearchException extends RuntimeException
Constructor and Description |
---|
SearchException()
Constructs a SearchException without a detail message.
|
SearchException(String message)
Constructs a SearchException with the given detail message.
|
SearchException(String message,
Throwable rootCause)
Constructs a SearchException which wraps another exception.
|
SearchException(Throwable rootCause)
Constructs a SearchException which wraps another exception.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public SearchException()
public SearchException(String message)
message
- Message describing the reason for this exception.public SearchException(Throwable rootCause)
Copyright © 2001-2013 the JGloss developers. All Rights Reserved.