public class PersistError extends EncogError
| Constructor and Description |
|---|
PersistError(java.lang.String msg)
Construct a message exception.
|
PersistError(java.lang.String msg,
java.lang.Throwable t)
Construct an exception that holds another exception.
|
PersistError(java.lang.Throwable t)
Construct an exception that holds another exception.
|
public PersistError(java.lang.String msg)
msg - The exception message.public PersistError(java.lang.String msg,
java.lang.Throwable t)
msg - The message.t - The other exception.public PersistError(java.lang.Throwable t)
t - The other exception.