Class DBThrownByEndUserCodeException

  • All Implemented Interfaces:
    Serializable

    public class DBThrownByEndUserCodeException
    extends DBRuntimeException
    Thrown when the end-user's code threw an exception during invocation. For example, this exception will be thrown when property accessor methods throw exceptions.

    Support DBvolution at Patreon

    Author:
    Malcolm Lett
    See Also:
    Serialized Form
    • Constructor Detail

      • DBThrownByEndUserCodeException

        public DBThrownByEndUserCodeException​(String message,
                                              Throwable cause)
        Thrown when the end-user's code threw an exception during invocation. For example, this exception will be thrown when property accessor methods throw exceptions.
        Parameters:
        message - message
        cause - cause