Package com.opencloud.sentinel.charging
Class CreditCheckAlreadyInProgressException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.opencloud.sentinel.charging.CreditCheckAlreadyInProgressException
-
- All Implemented Interfaces:
java.io.Serializable
public class CreditCheckAlreadyInProgressException extends java.lang.ExceptionException thrown if there is already a credit check in progress.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CreditCheckAlreadyInProgressException()Create aCreditCheckAlreadyInProgressException.CreditCheckAlreadyInProgressException(java.lang.String message)Create aCreditCheckAlreadyInProgressExceptionwith a detail message.CreditCheckAlreadyInProgressException(java.lang.String message, java.lang.Throwable cause)Create aCreditCheckAlreadyInProgressExceptionwith a detail message and cause.CreditCheckAlreadyInProgressException(java.lang.Throwable cause)Create aCreditCheckAlreadyInProgressExceptionwith a cause.
-
-
-
Constructor Detail
-
CreditCheckAlreadyInProgressException
public CreditCheckAlreadyInProgressException()
Create aCreditCheckAlreadyInProgressException.
-
CreditCheckAlreadyInProgressException
public CreditCheckAlreadyInProgressException(java.lang.String message)
Create aCreditCheckAlreadyInProgressExceptionwith a detail message.- Parameters:
message- the detail message.
-
CreditCheckAlreadyInProgressException
public CreditCheckAlreadyInProgressException(java.lang.Throwable cause)
Create aCreditCheckAlreadyInProgressExceptionwith a cause.- Parameters:
cause- the reason this exception was thrown.
-
CreditCheckAlreadyInProgressException
public CreditCheckAlreadyInProgressException(java.lang.String message, java.lang.Throwable cause)Create aCreditCheckAlreadyInProgressExceptionwith a detail message and cause.- Parameters:
message- the detail message.cause- the reason this exception was thrown.
-
-