Class ArhRuntimeException

All Implemented Interfaces:
Serializable

public class ArhRuntimeException extends AdempiereException
Arhipac Runtime exception
Author:
Teo_Sarca, SC ARHIPAC SERVICE SRL
See Also:
  • Constructor Details

    • ArhRuntimeException

      public ArhRuntimeException()
      Default Constructor (logger error will be used as message)
    • ArhRuntimeException

      public ArhRuntimeException(String message)
      Constructor
      Parameters:
      message - error message or "" if you don't need a message
    • ArhRuntimeException

      public ArhRuntimeException(Properties ctx, String message)
      Constructor
      Parameters:
      ctx -
      message -
    • ArhRuntimeException

      public ArhRuntimeException(Throwable cause)
      Parameters:
      cause -
    • ArhRuntimeException

      public ArhRuntimeException(String message, Throwable cause)
      Parameters:
      message -
      cause -
  • Method Details