public class DBThrownByEndUserCodeException extends DBRuntimeException
Support DBvolution at Patreon
| Constructor and Description |
|---|
DBThrownByEndUserCodeException()
Thrown when the end-user's code threw an exception during invocation.
|
DBThrownByEndUserCodeException(String message)
Thrown when the end-user's code threw an exception during invocation.
|
DBThrownByEndUserCodeException(String message,
Throwable cause)
Thrown when the end-user's code threw an exception during invocation.
|
DBThrownByEndUserCodeException(Throwable cause)
Thrown when the end-user's code threw an exception during invocation.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic DBThrownByEndUserCodeException()
public DBThrownByEndUserCodeException(String message)
message - messagepublic DBThrownByEndUserCodeException(Throwable cause)
cause - causepublic DBThrownByEndUserCodeException(String message, Throwable cause)
message - messagecause - causeCopyright © 2018. All Rights Reserved.