public class ExtractorException extends ProcessingException
WebApplicationException
.Constructor and Description |
---|
ExtractorException(String message)
Create new parameter extractor exception.
|
ExtractorException(String message,
Throwable cause)
Create new parameter extractor exception.
|
ExtractorException(Throwable cause)
Create new parameter extractor exception.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public ExtractorException(String message)
message
- exception message.public ExtractorException(String message, Throwable cause)
message
- exception message.cause
- exception cause.public ExtractorException(Throwable cause)
cause
- exception cause.Copyright © 2007-2024, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.