This exception is the superclass of all other checked exceptions thrown in this package. It supports a nested "reason" throwable, i.e. an exception that caused this one to be thrown.
Creates a new HPSFException with a reason.
Creates an HPSFException with a message string and a reason.
Creates an HPSFException .
Creates an HPSFException with a message string.
Returns the Throwable that caused this exception to be thrown or null if there was no such Throwable .
null