Package net.codecrete.qrbill.generator
Class QRBillUnexpectedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- net.codecrete.qrbill.generator.QRBillUnexpectedException
-
- All Implemented Interfaces:
java.io.Serializable
public class QRBillUnexpectedException extends java.lang.RuntimeExceptionException thrown if the bill could not be generated.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor 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.
-
-
-
Constructor Detail
-
QRBillUnexpectedException
public QRBillUnexpectedException(java.lang.String message)
Constructs a new runtime exception with the specified detail message.- Parameters:
message- detail message
-
QRBillUnexpectedException
public QRBillUnexpectedException(java.lang.Throwable cause)
Constructs a new runtime exception with the specified cause.- Parameters:
cause- cause
-
QRBillUnexpectedException
public QRBillUnexpectedException(java.lang.String message, java.lang.Throwable cause)Constructs a new runtime exception with the specified detail message and cause.- Parameters:
message- detail messagecause- cause
-
-