Class PPSRuntimeException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.sap.retail.sapppspricing.exception.PPSRuntimeException
All Implemented Interfaces:
Serializable

public class PPSRuntimeException extends RuntimeException
Base class for PPS related runtime exceptions
See Also:
  • Constructor Details

    • PPSRuntimeException

      public PPSRuntimeException()
      Constructor
    • PPSRuntimeException

      public PPSRuntimeException(Throwable cause)
      Constructor
      Parameters:
      cause - Cause of the exception
    • PPSRuntimeException

      public PPSRuntimeException(String msg)
      Constructor
      Parameters:
      msg - Message text of the exception
    • PPSRuntimeException

      public PPSRuntimeException(String msg, Throwable cause)
      Constructor
      Parameters:
      msg - Message text of the exception
      cause - Cause of the exception