public class QRBillUnexpectedException
extends java.lang.RuntimeException
| Constructor and Description |
|---|
QRBillUnexpectedException(java.lang.String message)
Constructs a new runtime exception with the specified detail message.
|
QRBillUnexpectedException(java.lang.String message,
java.lang.Throwable cause)
Constructs a new runtime exception with the specified detail message and cause.
|
QRBillUnexpectedException(java.lang.Throwable cause)
Constructs a new runtime exception with the specified cause.
|
public QRBillUnexpectedException(java.lang.String message)
message - detail messagepublic QRBillUnexpectedException(java.lang.Throwable cause)
cause - causepublic QRBillUnexpectedException(java.lang.String message,
java.lang.Throwable cause)
message - detail messagecause - cause