Package org.wso2.msf4j.example.exception
Class InvoiceNotFoundException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.wso2.msf4j.example.exception.EntityNotFoundException
-
- org.wso2.msf4j.example.exception.InvoiceNotFoundException
-
- All Implemented Interfaces:
java.io.Serializable
public class InvoiceNotFoundException extends EntityNotFoundException
Thrown when a Invoice record is not found.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Modifier Constructor Description InvoiceNotFoundException()InvoiceNotFoundException(java.lang.String message)InvoiceNotFoundException(java.lang.String message, java.lang.Throwable cause)protectedInvoiceNotFoundException(java.lang.String message, java.lang.Throwable cause, boolean enableSuppression, boolean writableStackTrace)InvoiceNotFoundException(java.lang.Throwable cause)
-
-
-
Constructor Detail
-
InvoiceNotFoundException
public InvoiceNotFoundException()
-
InvoiceNotFoundException
public InvoiceNotFoundException(java.lang.String message)
-
InvoiceNotFoundException
public InvoiceNotFoundException(java.lang.String message, java.lang.Throwable cause)
-
InvoiceNotFoundException
public InvoiceNotFoundException(java.lang.Throwable cause)
-
InvoiceNotFoundException
protected InvoiceNotFoundException(java.lang.String message, java.lang.Throwable cause, boolean enableSuppression, boolean writableStackTrace)
-
-