Public Member Functions | |
| GenBaseException () | |
| GenBaseException (String msg) | |
| GenBaseException (Exception inner) | |
| GenBaseException (String msg, Exception inner) | |
Definition at line 32 of file GenBaseException.java.
|
|
Constructs a GenBaseException with no specified detail message. Definition at line 37 of file GenBaseException.java. |
|
|
Constructs an GenBaseException with the specified detail message.
Definition at line 45 of file GenBaseException.java. |
|
|
Constructs an GenBaseException with the specified detail message.
Definition at line 53 of file GenBaseException.java. |
|
||||||||||||
|
Constructs an GenBaseException with the specified detail message.
Definition at line 62 of file GenBaseException.java. |
1.3.9.1