<<< Defining your own exceptions | Index | exception chaining example >>> |
Constructors of the Throwable class for exception chaining
Throwable( cause ) Throwable( message, cause )
Methods of the Throwable class for exception chaining
getCause() initCause( cause )
<<< Defining your own exceptions | Index | exception chaining example >>> |