public class URIHandlerException extends XException
| Constructor and Description |
|---|
URIHandlerException(ErrorCode errorCode,
Object... params)
Create a URIHandlerException exception.
|
URIHandlerException(XException cause)
Create an URIHandlerException Exception exception from a XException.
|
getErrorCodeaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic URIHandlerException(XException cause)
cause - the XException cause.public URIHandlerException(ErrorCode errorCode, Object... params)
errorCode - error code.params - parameters for the error code message template.Copyright © 2015 Apache Software Foundation. All Rights Reserved.