Class SapException

All Implemented Interfaces:
Serializable

public class SapException extends IbisException
Exception thrown by classes in the sap-package (implementation) to notify various problems.
Since:
5.0
Author:
Gerrit van Brakel, Jaco de Groot
See Also:
  • Constructor Details

    • SapException

      public SapException()
    • SapException

      public SapException(String errMsg)
    • SapException

      public SapException(String errMsg, Throwable t)
    • SapException

      public SapException(Throwable t)