Overload List

NameDescription
LiveViewURIException(LiveViewExceptionCode, String)
Create a LiveViewURIException with the given message.
LiveViewURIException(LiveViewExceptionCode, String, Exception)
Create a LiveViewURIException with the given message and root cause.
LiveViewURIException(LiveViewExceptionCode, String, array<Object>[]()[][])
Create a LiveViewURIException with the given message. Convenience method equivalent to LiveViewException(String.Format(msg, params)).
LiveViewURIException(LiveViewExceptionCode, Exception, String, array<Object>[]()[][])
Create a LiveViewURIException with the given message and root cause. Convenience method equivalent to LiveViewException(String.Format(msg, params), cause).

See Also