Class InvalidObjectNameException

    • Constructor Detail

      • InvalidObjectNameException

        protected InvalidObjectNameException​(String newErrorCode,
                                             String messageFormat,
                                             Throwable cause,
                                             Object[] exceptionDataEN,
                                             Object[] exceptionData)
      • InvalidObjectNameException

        public InvalidObjectNameException​(Throwable cause,
                                          String objectName,
                                          String objectType,
                                          String help)
        The name of the object is invalid
        Parameters:
        cause - The originating exception, null if this is the originating exception
        objectName - Objectname of the object being accessed or modified.
        objectType - Objectname of the object being accessed or modified.
        help - Additional help text for the user (should be @locale@:key).