Package com.exsol.errorcodemodel
Class ErrorCodeReportReader.ReadException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.exsol.errorcodemodel.ErrorCodeReportReader.ReadException
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- ErrorCodeReportReader
public static class ErrorCodeReportReader.ReadException extends Exception
Exception that is thrown when something went wrong with reading the error-report.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ReadException(String message)Create a new instance ofErrorCodeReportReader.ReadException.ReadException(String message, Throwable cause)Create a new instance ofErrorCodeReportReader.ReadException.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
ReadException
public ReadException(String message)
Create a new instance ofErrorCodeReportReader.ReadException.- Parameters:
message- exception message
-
ReadException
public ReadException(String message, Throwable cause)
Create a new instance ofErrorCodeReportReader.ReadException.- Parameters:
message- exception messagecause- cause
-
-