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