Class PostConstructException

  • All Implemented Interfaces:
    Serializable

    public class PostConstructException
    extends ModelClassException
    Exception which is triggered, whenever the post-construct method has thrown an exception. The cause (accessible via Throwable.getCause()) is always the original exception being thrown from the post-construct method.
    See Also:
    Serialized Form
    • Constructor Detail

      • PostConstructException

        public PostConstructException​(String message,
                                      Throwable cause)
        Parameters:
        message - some message
        cause - the original exception being thrown in the post-construct