public class SqlMapException extends RuntimeException
| Constructor and Description |
|---|
SqlMapException()
Simple constructor
|
SqlMapException(String msg)
Constructor to create exception with a message
|
SqlMapException(String msg,
Throwable cause)
Constructor to create exception to wrap another exception and pass a message
|
SqlMapException(Throwable cause)
Constructor to create exception to wrap another exception
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic SqlMapException()
public SqlMapException(String msg)
msg - A message to associate with the exceptionpublic SqlMapException(Throwable cause)
cause - The real cause of the exceptionCopyright © 2084–2018 dukeware.com. All rights reserved.