Overload List

  NameDescription
Public methodException()()()()
Creates an exception without a message.
Public methodException(Exception)
Creates an exception with the specified cause. Added in version 20.01.
Public methodException(String)
Creates an exception with its corresponding message.
Public methodException(String, Exception)
Creates an exception with the specified cause. Added in version 20.01.

See Also