Class PairedGeneralException

  • All Implemented Interfaces:
    Serializable, sailpoint.tools.Localizable

    public class PairedGeneralException
    extends sailpoint.tools.GeneralException
    This exception is to be used whenever an exception is caught inside of a catch block.

    It will display details of both exceptions on printStackTrace and other methods.

    This particular version extends GeneralException in order to allow throwing via Sailpoint’s API. All methods are delegated to an internal PairedException.

    See Also:
    Serialized Form