public class ReadIniSectionException
extends java.lang.RuntimeException
Constructor and Description |
---|
ReadIniSectionException()
Empty Constructor
|
ReadIniSectionException(java.lang.String message) |
ReadIniSectionException(java.lang.String message,
java.lang.Throwable cause) |
ReadIniSectionException(java.lang.String message,
java.lang.Throwable cause,
boolean enableSuppression,
boolean writableStackTrace) |
ReadIniSectionException(java.lang.Throwable cause) |
public ReadIniSectionException()
public ReadIniSectionException(java.lang.String message)
message
- public ReadIniSectionException(java.lang.Throwable cause)
cause
- public ReadIniSectionException(java.lang.String message, java.lang.Throwable cause)
message
- cause
- public ReadIniSectionException(java.lang.String message, java.lang.Throwable cause, boolean enableSuppression, boolean writableStackTrace)
message
- cause
- enableSuppression
- writableStackTrace
-