Package com.highdeal.batchgroup
Class BatchRatingGroupIdentifierException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.highdeal.batchgroup.BatchRatingGroupIdentifierException
- All Implemented Interfaces:
Serializable
Exception thrown when an error occurs during the customized assignment of a
batch rating group identifier
to a charging contract (charging view of a provider contract).-
Constructor Summary
ConstructorsConstructorDescriptionConstructs a newBatchRatingGroupIdentifierExceptionwith the provided message containing detailed information. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
BatchRatingGroupIdentifierException
Constructs a newBatchRatingGroupIdentifierExceptionwith the provided message containing detailed information.- Parameters:
message- The message containing detailed information
-