public class SGIORuntimeException
extends java.lang.RuntimeException
| Constructor and Description |
|---|
SGIORuntimeException()
Constructs a new instance of
SGIORuntimeException
without a detail message. |
SGIORuntimeException(java.lang.String msg)
Constructs an instance of
SGIORuntimeException
with the specified detail message. |
public SGIORuntimeException()
SGIORuntimeException
without a detail message.public SGIORuntimeException(java.lang.String msg)
SGIORuntimeException
with the specified detail message.msg - the detail message.