Package org.motechproject.mots.exception
Class ReportingException
- java.lang.Object
 - 
- java.lang.Throwable
 - 
- java.lang.Exception
 - 
- java.lang.RuntimeException
 - 
- org.motechproject.mots.exception.MotsException
 - 
- org.motechproject.mots.exception.BaseFormattedException
 - 
- org.motechproject.mots.exception.ReportingException
 
 
 
 
 
 
 
- 
- All Implemented Interfaces:
 java.io.Serializable
public class ReportingException extends BaseFormattedException
- See Also:
 - Serialized Form
 
 
- 
- 
Constructor Summary
Constructors Constructor Description ReportingException(java.lang.String message)ReportingException(java.lang.String format, java.lang.Object... parameters)ReportingException(java.lang.Throwable cause, java.lang.String format, java.lang.Object... parameters) 
 - 
 
- 
- 
Constructor Detail
- 
ReportingException
public ReportingException(java.lang.String message)
 
- 
ReportingException
public ReportingException(java.lang.String format, java.lang.Object... parameters) 
- 
ReportingException
public ReportingException(java.lang.Throwable cause, java.lang.String format, java.lang.Object... parameters) 
 - 
 
 -