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