public class URLNotFoundException extends Exception
URLNotFoundException
is thrown if the Naming Service can not
find a URL for a specified service.Constructor and Description |
---|
URLNotFoundException(String msg)
Constructs an instance of the
URLNotFoundException class. |
URLNotFoundException(Throwable t)
Constructs an instance of the
URLNotFoundException class. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public URLNotFoundException(String msg)
URLNotFoundException
class.msg
- The message provided by the object which is throwing the
exceptionpublic URLNotFoundException(Throwable t)
URLNotFoundException
class.t
- The Throwable object provided by the object which is throwing
the exceptionCopyright © 2010–2025 Open Identity Platform Community. All rights reserved.