Package org.hibernate

Class CallbackException

    • Constructor Detail

      • CallbackException

        public CallbackException​(Exception cause)
        Creates a CallbackException using the given underlying cause.
        Parameters:
        cause - The underlying cause
      • CallbackException

        public CallbackException​(String message)
        Creates a CallbackException using the given message.
        Parameters:
        message - The message explaining the reason for the exception
      • CallbackException

        public CallbackException​(String message,
                                 Exception cause)
        Creates a CallbackException using the given message and underlying cause.
        Parameters:
        message - The message explaining the reason for the exception
        cause - The underlying cause