public final class RTCException extends Exception
Constructor and Description |
---|
RTCException()
Default class constructor.
|
RTCException(String s)
Constructs a new exception with the passed string as the message
encapsulated in the exception.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public RTCException()
public RTCException(String s)
s
- The exception's message.Copyright © 2021. All rights reserved.