Share via


GeneralException(Throwable) constructor

Initializes a new instance of the GeneralException class with a default message and tag and the specified inner exception.

Signature

public GeneralException(Throwable e)

Parameters

Name Datatype Description
e
Throwable
The inner exception.

Returns

GeneralException

Defined in

GeneralException.java