public class SearchException extends OpenPagesException
| Constructor and Description |
|---|
SearchException() |
SearchException(ErrorCode code,
java.util.List<java.lang.Object> parameters) |
SearchException(ErrorCode code,
java.util.List<java.lang.Object> parameters,
java.lang.Throwable cause) |
SearchException(ErrorCode code,
java.lang.String additionalErrorText)
Convenience constructor for SearchException with a single error message parameter, additionalErrorText.
|
SearchException(ErrorCode code,
java.lang.String additionalErrorText,
java.lang.Throwable cause)
Convenience constructor for SearchException with a single error message parameter, additionalErrorText and
a Throwable cause.
|
SearchException(java.lang.String message) |
SearchException(java.lang.String message,
java.lang.Throwable cause) |
SearchException(java.lang.Throwable cause) |
getAdditionalMessage, getCode, getLocalizedMessage, getMessage, getParameters, getTimestamppublic SearchException()
public SearchException(ErrorCode code, java.util.List<java.lang.Object> parameters, java.lang.Throwable cause)
code - OpenPages error code for search defining a standard error messageparameters - (optional) error message parameters that are used in formatting the localized error messagecause - Throwable cause for this SearchExceptionpublic SearchException(ErrorCode code, java.lang.String additionalErrorText, java.lang.Throwable cause)
new SearchException(code,Arrays.asList((Object)additionalErrorText), cause);code - OpenPages error code for search defining a standard error messageadditionalErrorText - error message text as parametercause - Throwable cause for this SearchExceptionpublic SearchException(ErrorCode code, java.lang.String additionalErrorText)
new SearchException(code,Arrays.asList((Object)additionalErrorText));code - OpenPages error code for search defining a standard error messageadditionalErrorText - error message parameterpublic SearchException(ErrorCode code, java.util.List<java.lang.Object> parameters)
code - OpenPages error code for search defining a standard error messageparameters - (optional) error message parameters that are used in formatting the localized error messagepublic SearchException(java.lang.String message,
java.lang.Throwable cause)
message - non-standard error message textcause - Throwable cause for this SearchExceptionpublic SearchException(java.lang.String message)
message - non-standard error message textpublic SearchException(java.lang.Throwable cause)
cause - Throwable cause for this SearchException
Licensed Materials - Property of IBM
OpenPages with Watson (PID: 5725-D51)
© Copyright IBM Corporation 2013, 2021. All Rights Reserved.
US Government Users Restricted Rights -
Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.