public class UnsupportedURIException extends Exception
Constructor and Description |
---|
UnsupportedURIException() |
UnsupportedURIException(String message) |
UnsupportedURIException(String message,
Throwable cause) |
UnsupportedURIException(String message,
Throwable cause,
boolean enableSuppression,
boolean writableStackTrace) |
UnsupportedURIException(Throwable cause) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public UnsupportedURIException()
public UnsupportedURIException(String message)
public UnsupportedURIException(String message, Throwable cause)
public UnsupportedURIException(Throwable cause)
public UnsupportedURIException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
Copyright © 2006–2019 The Apache Software Foundation. All rights reserved.