public class JLIException
extends java.lang.Exception
| Constructor and Description |
|---|
JLIException() |
JLIException(java.lang.String message) |
JLIException(java.lang.String message,
java.lang.Throwable cause) |
JLIException(java.lang.Throwable cause) |
public JLIException()
public JLIException(java.lang.String message)
message - Text for the errorpublic JLIException(java.lang.Throwable cause)
cause - Underlying exceptionpublic JLIException(java.lang.String message,
java.lang.Throwable cause)
message - Text for the errorcause - Underlying exception