Overload List

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

See Also