1 //2 // ____.3 // __/\ ______| |__/\. _______4 // __ .____| | \ | +----+ \5 // _______| /--| | | - \ _ | : - \_________6 // \\______: :---| : : | : | \________>7 // |__\---\_____________:______: :____|____:_____\8 // /_____|9 //10 // . . . i n j a h i a w e t r u s t . . .11 //12 13 package org.jahia.exceptions;14 15 16 17 18 public class JahiaNullDBConnectionException extends JahiaException19 {20 public JahiaNullDBConnectionException (String message)21 {22 super ("Jahia internal database error", message, SECURITY_ERROR, CRITICAL_SEVERITY);23 }24 }25