Class PPSRuntimeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.sap.retail.sapppspricing.exception.PPSRuntimeException
- All Implemented Interfaces:
Serializable
Base class for PPS related runtime exceptions
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConstructorConstructorPPSRuntimeException(String msg, Throwable cause) ConstructorPPSRuntimeException(Throwable cause) Constructor -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
PPSRuntimeException
public PPSRuntimeException()Constructor -
PPSRuntimeException
Constructor- Parameters:
cause- Cause of the exception
-
PPSRuntimeException
Constructor- Parameters:
msg- Message text of the exception
-
PPSRuntimeException
Constructor- Parameters:
msg- Message text of the exceptioncause- Cause of the exception
-